#95EBF9

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

Shades of Blizzard Blue #95EBF9

Tints of Blizzard Blue #95EBF9

Color information

#95EBF9 (or 0x95EBF9) is unknown color: approx Blizzard Blue. HEX triplet: 95, EB and F9. RGB value is (149,235,249). Sum of RGB (Red+Green+Blue) = 149+235+249=633 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.54% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #95EBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EBF9 is #6A1406. Grayscale: #D2D2D2. Windows color (decimal): -6951943 or 16378773. OLE color: 16378773.

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

Color convert

RGB149235249-
CMYK0.400.0600.02
HSL188.4º89.29%78.04%-
HSV(B)188.4º40.16%97.65%-
XYZ59.272.65100.52-
YUV210.88149.5183.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.54%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 249 (97.66% from 255) = 39.34%
R=23.54%
G=37.12%
B=39.34%

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
Decimal1492352490.400.0600.02188.489.2978.04
Hex95EBF928602bc594e
Octal22535337150602274131116
Binary1001010111101011111110011010001100101011110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,235,249); }

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

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

 a { background-color: rgb(149,235,249); }

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

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

 span { border-color: rgb(149,235,249); }

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