#99EBE2

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

Shades of Blizzard Blue #99EBE2

Tints of Blizzard Blue #99EBE2

Color information

#99EBE2 (or 0x99EBE2) is unknown color: approx Blizzard Blue. HEX triplet: 99, EB and E2. RGB value is (153,235,226). Sum of RGB (Red+Green+Blue) = 153+235+226=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBE2 is #66141D. Grayscale: #D1D1D1. Windows color (decimal): -6689822 or 14871449. OLE color: 14871449.

HSL color Cylindrical-coordinate representation of color #99EBE2: hue angle of 173.41º 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 #99EBE2 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB153235226-
CMYK0.3500.040.08
HSL173.41º67.21%76.08%-
HSV(B)173.41º34.89%92.16%-
XYZ56.5771.6882.81-
YUV209.46137.3387.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.92%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 226 (88.67% from 255) = 36.81%
R=24.92%
G=38.27%
B=36.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352260.3500.040.08173.4167.2176.08
Hex99EBE223048ad434c
Octal231353342430410255103114
Binary100110011110101111100010100011010010001010110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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