#95DFEA

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

Shades of Blizzard Blue #95DFEA

Tints of Blizzard Blue #95DFEA

Color information

#95DFEA (or 0x95DFEA) is unknown color: approx Blizzard Blue. HEX triplet: 95, DF and EA. RGB value is (149,223,234). Sum of RGB (Red+Green+Blue) = 149+223+234=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #95DFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DFEA is #6A2015. Grayscale: #CACACA. Windows color (decimal): -6955030 or 15392661. OLE color: 15392661.

HSL color Cylindrical-coordinate representation of color #95DFEA: hue angle of 187.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95DFEA is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149223234-
CMYK0.360.0500.08
HSL187.76º66.93%75.1%-
HSV(B)187.76º36.32%91.76%-
XYZ53.6365.1187.58-
YUV202.13145.9890.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.59%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=24.59%
G=36.80%
B=38.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492232340.360.0500.08187.7666.9375.1
Hex95DFEA24508bc434b
Octal225337352445010274103113
Binary100101011101111111101010100100101010001011110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,223,234); }

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

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

 a { background-color: rgb(149,223,234); }

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

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

 span { border-color: rgb(149,223,234); }

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