#99EBE7

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

Shades of Blizzard Blue #99EBE7

Tints of Blizzard Blue #99EBE7

Color information

#99EBE7 (or 0x99EBE7) is unknown color: approx Blizzard Blue. HEX triplet: 99, EB and E7. RGB value is (153,235,231). Sum of RGB (Red+Green+Blue) = 153+235+231=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBE7 is #661418. Grayscale: #D1D1D1. Windows color (decimal): -6689817 or 15199129. OLE color: 15199129.

HSL color Cylindrical-coordinate representation of color #99EBE7: hue angle of 177.07º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBE7 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB153235231-
CMYK0.3500.020.08
HSL177.07º67.21%76.08%-
HSV(B)177.07º34.89%92.16%-
XYZ57.2771.9686.47-
YUV210.03139.8387.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.72%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=24.72%
G=37.96%
B=37.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352310.3500.020.08177.0767.2176.08
Hex99EBE723028b1434c
Octal231353347430210261103114
Binary10011001111010111110011110001101010001011000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,235,231); }

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

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

 a { background-color: rgb(153,235,231); }

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

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

 span { border-color: rgb(153,235,231); }

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