#95EAFA

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

Shades of Blizzard Blue #95EAFA

Tints of Blizzard Blue #95EAFA

Color information

#95EAFA (or 0x95EAFA) is unknown color: approx Blizzard Blue. HEX triplet: 95, EA and FA. RGB value is (149,234,250). Sum of RGB (Red+Green+Blue) = 149+234+250=633 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.54% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #95EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAFA is #6A1505. Grayscale: #D2D2D2. Windows color (decimal): -6952198 or 16444053. OLE color: 16444053.

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

Color convert

RGB149234250-
CMYK0.400.0600.02
HSL189.5º90.99%78.24%-
HSV(B)189.5º40.4%98.04%-
XYZ59.0772.14101.25-
YUV210.41150.3484.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.54%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=23.54%
G=36.97%
B=39.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492342500.400.0600.02189.590.9978.24
Hex95EAFA28602be5b4e
Octal22535237250602276133116
Binary1001010111101010111110101010001100101011111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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