#95F2EE

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

Shades of Blizzard Blue #95F2EE

Tints of Blizzard Blue #95F2EE

Color information

#95F2EE (or 0x95F2EE) is unknown color: approx Blizzard Blue. HEX triplet: 95, F2 and EE. RGB value is (149,242,238). Sum of RGB (Red+Green+Blue) = 149+242+238=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F2EE is #6A0D11. Grayscale: #D5D5D5. Windows color (decimal): -6950162 or 15659669. OLE color: 15659669.

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

Color convert

RGB149242238-
CMYK0.3800.020.05
HSL177.42º78.15%76.67%-
HSV(B)177.42º38.43%94.9%-
XYZ59.5876.0792.43-
YUV213.74141.6981.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.69%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=23.69%
G=38.47%
B=37.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492422380.3800.020.05177.4278.1576.67
Hex95F2EE26025b14e4d
Octal22536235646025261116115
Binary1001010111110010111011101001100101011011000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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