#95EEFA

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

Shades of Blizzard Blue #95EEFA

Tints of Blizzard Blue #95EEFA

Color information

#95EEFA (or 0x95EEFA) is unknown color: approx Blizzard Blue. HEX triplet: 95, EE and FA. RGB value is (149,238,250). Sum of RGB (Red+Green+Blue) = 149+238+250=637 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.39% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #95EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EEFA is #6A1105. Grayscale: #D4D4D4. Windows color (decimal): -6951174 or 16445077. OLE color: 16445077.

HSL color Cylindrical-coordinate representation of color #95EEFA: hue angle of 187.13º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95EEFA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149238250-
CMYK0.400.0500.02
HSL187.13º90.99%78.24%-
HSV(B)187.13º40.4%98.04%-
XYZ60.2274.44101.64-
YUV212.76149.0182.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.39%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=23.39%
G=37.36%
B=39.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492382500.400.0500.02187.1390.9978.24
Hex95EEFA28502bb5b4e
Octal22535637250502273133116
Binary1001010111101110111110101010001010101011101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,238,250); }

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

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

 a { background-color: rgb(149,238,250); }

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

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

 span { border-color: rgb(149,238,250); }

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