#99DEF3

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

Shades of Blizzard Blue #99DEF3

Tints of Blizzard Blue #99DEF3

Color information

#99DEF3 (or 0x99DEF3) is unknown color: approx Blizzard Blue. HEX triplet: 99, DE and F3. RGB value is (153,222,243). Sum of RGB (Red+Green+Blue) = 153+222+243=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #99DEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEF3 is #66210C. Grayscale: #CBCBCB. Windows color (decimal): -6693133 or 15982233. OLE color: 15982233.

HSL color Cylindrical-coordinate representation of color #99DEF3: hue angle of 194º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99DEF3 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153222243-
CMYK0.370.0900.05
HSL194º78.95%77.65%-
HSV(B)194º37.04%95.29%-
XYZ55.4465.4994.51-
YUV203.76150.1491.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.76%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=24.76%
G=35.92%
B=39.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532222430.370.0900.0519478.9577.65
Hex99DEF325905c24f4e
Octal231336363451105302117116
Binary100110011101111011110011100101100101011100001010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,222,243); }

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

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

 a { background-color: rgb(153,222,243); }

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

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

 span { border-color: rgb(153,222,243); }

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