#95F2ED

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

Shades of Blizzard Blue #95F2ED

Tints of Blizzard Blue #95F2ED

Color information

#95F2ED (or 0x95F2ED) is unknown color: approx Blizzard Blue. HEX triplet: 95, F2 and ED. RGB value is (149,242,237). Sum of RGB (Red+Green+Blue) = 149+242+237=628 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.73% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F2ED is #6A0D12. Grayscale: #D5D5D5. Windows color (decimal): -6950163 or 15594133. OLE color: 15594133.

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

Color convert

RGB149242237-
CMYK0.3800.020.05
HSL176.77º78.15%76.67%-
HSV(B)176.77º38.43%94.9%-
XYZ59.4376.0191.66-
YUV213.62141.1981.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.73%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=23.73%
G=38.54%
B=37.74%

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
Decimal1492422370.3800.020.05176.7778.1576.67
Hex95F2ED26025b14e4d
Octal22536235546025261116115
Binary1001010111110010111011011001100101011011000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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