#95E8ED

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

Shades of Blizzard Blue #95E8ED

Tints of Blizzard Blue #95E8ED

Color information

#95E8ED (or 0x95E8ED) is unknown color: approx Blizzard Blue. HEX triplet: 95, E8 and ED. RGB value is (149,232,237). Sum of RGB (Red+Green+Blue) = 149+232+237=618 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.11% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #95E8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E8ED is #6A1712. Grayscale: #CFCFCF. Windows color (decimal): -6952723 or 15591573. OLE color: 15591573.

HSL color Cylindrical-coordinate representation of color #95E8ED: hue angle of 183.41º degrees, saturation: 0.71, 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 #95E8ED is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149232237-
CMYK0.370.0200.07
HSL183.41º70.97%75.69%-
HSV(B)183.41º37.13%92.94%-
XYZ56.5470.2290.69-
YUV207.75144.586.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.11%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=24.11%
G=37.54%
B=38.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492322370.370.0200.07183.4170.9775.69
Hex95E8ED25207b7474c
Octal22535035545207267107114
Binary1001010111101000111011011001011001111011011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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