#95E4F6

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

Shades of Blizzard Blue #95E4F6

Tints of Blizzard Blue #95E4F6

Color information

#95E4F6 (or 0x95E4F6) is unknown color: approx Blizzard Blue. HEX triplet: 95, E4 and F6. RGB value is (149,228,246). Sum of RGB (Red+Green+Blue) = 149+228+246=623 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.92% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #95E4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E4F6 is #6A1B09. Grayscale: #CECECE. Windows color (decimal): -6953738 or 16180373. OLE color: 16180373.

HSL color Cylindrical-coordinate representation of color #95E4F6: hue angle of 191.13º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95E4F6 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149228246-
CMYK0.390.0700.04
HSL191.13º84.35%77.45%-
HSV(B)191.13º39.43%96.47%-
XYZ56.7768.5397.42-
YUV206.43150.3387.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.92%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=23.92%
G=36.60%
B=39.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492282460.390.0700.04191.1384.3577.45
Hex95E4F627704bf544d
Octal22534436647704277124115
Binary10010101111001001111011010011111101001011111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,228,246); }

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

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

 a { background-color: rgb(149,228,246); }

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

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

 span { border-color: rgb(149,228,246); }

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