Html Css Color HEX #A2DDF1 Blizzard Blue

📋 copy color: '#A2DDF1'

red 162 ◦ green 221 ◦ blue 241

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

Shades of Blizzard Blue #A2DDF1

Tints of Blizzard Blue #A2DDF1

RGB

 RED value IS 162 (63.67% from 255) = 25.96%

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

 BLUE value IS 241 (94.53% from 255) = 38.62%

R = 25.96%
G = 35.42%
B = 38.62%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A2DDF1 (or 0xA2DDF1) is known color: Blizzard Blue. HEX triplet: A2, DD and F1. RGB value is (162,221,241). Sum of RGB (Red+Green+Blue) = 162+221+241=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDF1 is #5D220E. Grayscale: #CDCDCD. Windows color (decimal): -6103567 or 15850914. OLE color: 15850914.

HSL color Cylindrical-coordinate representation of color #A2DDF1: hue angle of 195.19º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2DDF1 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 221 241 -
CMYK 0.33 0.08 0 0.05
HSL 195.19º 0.74% 0.79% -
HSV(B) 195.19º 0.33% 0.95% -
XYZ 56.63 65.75 92.92 -
YUV 205.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 162 221 241 0.33 0.08 0 0.05 195.19 0.74 0.79
Hex A2 DD F1 21 8 0 5 C3 4A 4F
Octal 242 335 361 41 10 0 5 303 112 117
Binary 10100010 11011101 11110001 100001 1000 0 101 11000011 1001010 1001111

Color Harmonies of #A2DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DDF1

Black with #A2DDF1

Text Example


Text Example

White with #A2DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DDF1; }

 p { color: rgb(162,221,241); }

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

background-color css

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

 a { background-color: rgb(162,221,241); }

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

border-color css

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

 span { border-color: rgb(162,221,241); }

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