#95DDED

Color #95DDED Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #95DDED

Tints of Blizzard Blue #95DDED

Color information

#95DDED (or 0x95DDED) is unknown color: approx Blizzard Blue. HEX triplet: 95, DD and ED. RGB value is (149,221,237). Sum of RGB (Red+Green+Blue) = 149+221+237=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #95DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DDED is #6A2212. Grayscale: #C9C9C9. Windows color (decimal): -6955539 or 15588757. OLE color: 15588757.

HSL color Cylindrical-coordinate representation of color #95DDED: hue angle of 190.91º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95DDED is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149221237-
CMYK0.370.0700.07
HSL190.91º70.97%75.69%-
HSV(B)190.91º37.13%92.94%-
XYZ53.5464.2289.69-
YUV201.3148.1590.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 24.55%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=24.55%
G=36.41%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492212370.370.0700.07190.9170.9775.69
Hex95DDED25707bf474c
Octal22533535545707277107114
Binary10010101110111011110110110010111101111011111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DDED; }

 p { color: rgb(149,221,237); }

 H1.HeaderClassName
 {
   color: #95DDED;
 }
 .AnyTagClassName
 {
   color: #95DDED;
 }
</style>
background-color css

<style>
 a { background-color: #95DDED; }

 a { background-color: rgb(149,221,237); }

 div.DivClassName
 {
   background-color: #95DDED;
 }
 .BgClassName
 {
   background-color: #95DDED;
 }
</style>
border-color css

<style>
 span { border-color: #95DDED; }

 span { border-color: rgb(149,221,237); }

 td.TdClassName
 {
   border-color: #95DDED;
 }
 .TagClassName
 {
   border-color: #95DDED;
 }
</style>