#95DEEE

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

Shades of Blizzard Blue #95DEEE

Tints of Blizzard Blue #95DEEE

Color information

#95DEEE (or 0x95DEEE) is unknown color: approx Blizzard Blue. HEX triplet: 95, DE and EE. RGB value is (149,222,238). Sum of RGB (Red+Green+Blue) = 149+222+238=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #95DEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DEEE is #6A2111. Grayscale: #C9C9C9. Windows color (decimal): -6955282 or 15654549. OLE color: 15654549.

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

Color convert

RGB149222238-
CMYK0.370.0700.07
HSL190.79º72.36%75.88%-
HSV(B)190.79º37.39%93.33%-
XYZ53.9564.8190.55-
YUV202148.3290.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.47%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=24.47%
G=36.45%
B=39.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492222380.370.0700.07190.7972.3675.88
Hex95DEEE25707bf484c
Octal22533635645707277110114
Binary10010101110111101110111010010111101111011111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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