Html Css Color HEX #99DDF2 Blizzard Blue

📋 copy color: '#99DDF2'

red 153 ◦ green 221 ◦ blue 242

#99DDF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #99DDF2

Tints of Blizzard Blue #99DDF2

RGB

 RED value IS 153 (60.16% from 255) = 24.84%

 GREEN value IS 221 (86.72% from 255) = 35.88%

 BLUE value IS 242 (94.92% from 255) = 39.29%

R = 24.84%
G = 35.88%
B = 39.29%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99DDF2 (or 0x99DDF2) is known color: Blizzard Blue. HEX triplet: 99, DD and F2. RGB value is (153,221,242). Sum of RGB (Red+Green+Blue) = 153+221+242=616 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.84% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #99DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDF2 is #66220D. Grayscale: #CACACA. Windows color (decimal): -6693390 or 15916441. OLE color: 15916441.

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

Color convert

RGB 153 221 242 -
CMYK 0.37 0.09 0 0.05
HSL 194.16º 0.77% 0.77% -
HSV(B) 194.16º 0.37% 0.95% -
XYZ 55.02 64.9 93.63 -
YUV 203.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 153 221 242 0.37 0.09 0 0.05 194.16 0.77 0.77
Hex 99 DD F2 25 9 0 5 C2 4D 4D
Octal 231 335 362 45 11 0 5 302 115 115
Binary 10011001 11011101 11110010 100101 1001 0 101 11000010 1001101 1001101

Color Harmonies of #99DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DDF2

Black with #99DDF2

Text Example


Text Example

White with #99DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,242); }

 H1.HeaderClassName
 {
   color: #99DDF2;
 }
 .AnyTagClassName
 {
   color: #99DDF2;
 }
</style>

background-color css

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

 a { background-color: rgb(153,221,242); }

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

border-color css

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

 span { border-color: rgb(153,221,242); }

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