Html Css Color HEX #A4DDF2 Blizzard Blue

📋 copy color: '#A4DDF2'

red 164 ◦ green 221 ◦ blue 242

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

Shades of Blizzard Blue #A4DDF2

Tints of Blizzard Blue #A4DDF2

RGB

 RED value IS 164 (64.45% from 255) = 26.16%

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

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

R = 26.16%
G = 35.25%
B = 38.6%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A4DDF2 (or 0xA4DDF2) is known color: Blizzard Blue. HEX triplet: A4, DD and F2. RGB value is (164,221,242). Sum of RGB (Red+Green+Blue) = 164+221+242=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #A4DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DDF2 is #5B220D. Grayscale: #CECECE. Windows color (decimal): -5972494 or 15916452. OLE color: 15916452.

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

Color convert

RGB 164 221 242 -
CMYK 0.32 0.09 0 0.05
HSL 196.15º 0.75% 0.8% -
HSV(B) 196.15º 0.32% 0.95% -
XYZ 57.19 66.02 93.73 -
YUV 206.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 164 221 242 0.32 0.09 0 0.05 196.15 0.75 0.8
Hex A4 DD F2 20 9 0 5 C4 4B 50
Octal 244 335 362 40 11 0 5 304 113 120
Binary 10100100 11011101 11110010 100000 1001 0 101 11000100 1001011 1010000

Color Harmonies of #A4DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDF2

Black with #A4DDF2

Text Example


Text Example

White with #A4DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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