#95E2F2

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

Shades of Blizzard Blue #95E2F2

Tints of Blizzard Blue #95E2F2

Color information

#95E2F2 (or 0x95E2F2) is unknown color: approx Blizzard Blue. HEX triplet: 95, E2 and F2. RGB value is (149,226,242). Sum of RGB (Red+Green+Blue) = 149+226+242=617 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.15% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #95E2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E2F2 is #6A1D0D. Grayscale: #CCCCCC. Windows color (decimal): -6954254 or 15917717. OLE color: 15917717.

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

Color convert

RGB149226242-
CMYK0.380.0700.05
HSL190.32º78.15%76.67%-
HSV(B)190.32º38.43%94.9%-
XYZ55.6267.1994.04-
YUV204.8148.9988.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.15%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=24.15%
G=36.63%
B=39.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492262420.380.0700.05190.3278.1576.67
Hex95E2F226705be4e4d
Octal22534236246705276116115
Binary10010101111000101111001010011011101011011111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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