#99EDEE

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

Shades of Blizzard Blue #99EDEE

Tints of Blizzard Blue #99EDEE

Color information

#99EDEE (or 0x99EDEE) is unknown color: approx Blizzard Blue. HEX triplet: 99, ED and EE. RGB value is (153,237,238). Sum of RGB (Red+Green+Blue) = 153+237+238=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #99EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDEE is #661211. Grayscale: #D3D3D3. Windows color (decimal): -6689298 or 15658393. OLE color: 15658393.

HSL color Cylindrical-coordinate representation of color #99EDEE: hue angle of 180.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EDEE is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153237238-
CMYK0.360.0000.07
HSL180.71º71.43%76.67%-
HSV(B)180.71º35.71%93.33%-
XYZ58.8573.5191.98-
YUV212142.6785.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.36%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=24.36%
G=37.74%
B=37.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532372380.360.0000.07180.7171.4376.67
Hex99EDEE24007b5474d
Octal23135535644007265107115
Binary100110011110110111101110100100001111011010110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EDEE; }

 p { color: rgb(153,237,238); }

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

<style>
 a { background-color: #99EDEE; }

 a { background-color: rgb(153,237,238); }

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

<style>
 span { border-color: #99EDEE; }

 span { border-color: rgb(153,237,238); }

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