#95DEED

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

Shades of Blizzard Blue #95DEED

Tints of Blizzard Blue #95DEED

Color information

#95DEED (or 0x95DEED) is unknown color: approx Blizzard Blue. HEX triplet: 95, DE and ED. RGB value is (149,222,237). Sum of RGB (Red+Green+Blue) = 149+222+237=608 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.51% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #95DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DEED is #6A2112. Grayscale: #C9C9C9. Windows color (decimal): -6955283 or 15589013. OLE color: 15589013.

HSL color Cylindrical-coordinate representation of color #95DEED: hue angle of 190.23º 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 #95DEED is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149222237-
CMYK0.370.0600.07
HSL190.23º70.97%75.69%-
HSV(B)190.23º37.13%92.94%-
XYZ53.864.7589.78-
YUV201.88147.8290.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.51%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=24.51%
G=36.51%
B=38.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492222370.370.0600.07190.2370.9775.69
Hex95DEED25607be474c
Octal22533635545607276107114
Binary10010101110111101110110110010111001111011111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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