#95EEFB

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

Shades of Blizzard Blue #95EEFB

Tints of Blizzard Blue #95EEFB

Color information

#95EEFB (or 0x95EEFB) is unknown color: approx Blizzard Blue. HEX triplet: 95, EE and FB. RGB value is (149,238,251). Sum of RGB (Red+Green+Blue) = 149+238+251=638 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.35% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #95EEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EEFB is #6A1104. Grayscale: #D4D4D4. Windows color (decimal): -6951173 or 16510613. OLE color: 16510613.

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

Color convert

RGB149238251-
CMYK0.410.0500.02
HSL187.65º92.73%78.43%-
HSV(B)187.65º40.64%98.43%-
XYZ60.3874.5102.46-
YUV212.87149.5182.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.35%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=23.35%
G=37.30%
B=39.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492382510.410.0500.02187.6592.7378.43
Hex95EEFB29502bc5d4e
Octal22535637351502274135116
Binary1001010111101110111110111010011010101011110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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