#99DFF3

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

Shades of Blizzard Blue #99DFF3

Tints of Blizzard Blue #99DFF3

Color information

#99DFF3 (or 0x99DFF3) is unknown color: approx Blizzard Blue. HEX triplet: 99, DF and F3. RGB value is (153,223,243). Sum of RGB (Red+Green+Blue) = 153+223+243=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #99DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFF3 is #66200C. Grayscale: #CCCCCC. Windows color (decimal): -6692877 or 15982489. OLE color: 15982489.

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

Color convert

RGB153223243-
CMYK0.370.0800.05
HSL193.33º78.95%77.65%-
HSV(B)193.33º37.04%95.29%-
XYZ55.766.0294.6-
YUV204.35149.8191.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.72%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=24.72%
G=36.03%
B=39.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532232430.370.0800.05193.3378.9577.65
Hex99DFF325805c14f4e
Octal231337363451005301117116
Binary100110011101111111110011100101100001011100000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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