#95EEED

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

Shades of Blizzard Blue #95EEED

Tints of Blizzard Blue #95EEED

Color information

#95EEED (or 0x95EEED) is unknown color: approx Blizzard Blue. HEX triplet: 95, EE and ED. RGB value is (149,238,237). Sum of RGB (Red+Green+Blue) = 149+238+237=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EEED is #6A1112. Grayscale: #D3D3D3. Windows color (decimal): -6951187 or 15593109. OLE color: 15593109.

HSL color Cylindrical-coordinate representation of color #95EEED: hue angle of 179.33º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EEED is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB149238237-
CMYK0.3700.000.07
HSL179.33º72.36%75.88%-
HSV(B)179.33º37.39%93.33%-
XYZ58.2673.6591.27-
YUV211.27142.5183.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.88%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=23.88%
G=38.14%
B=37.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492382370.3700.000.07179.3372.3675.88
Hex95EEED25007b3484c
Octal22535635545007263110114
Binary100101011110111011101101100101001111011001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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