Html Css Color HEX #A2EDF9 Blizzard Blue

📋 copy color: '#A2EDF9'

red 162 ◦ green 237 ◦ blue 249

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

Shades of Blizzard Blue #A2EDF9

Tints of Blizzard Blue #A2EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.57%

 BLUE value IS 249 (97.66% from 255) = 38.43%

R = 25%
G = 36.57%
B = 38.43%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A2EDF9 (or 0xA2EDF9) is known color: Blizzard Blue. HEX triplet: A2, ED and F9. RGB value is (162,237,249). Sum of RGB (Red+Green+Blue) = 162+237+249=648 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #A2EDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDF9 is #5D1206. Grayscale: #D7D7D7. Windows color (decimal): -6099463 or 16379298. OLE color: 16379298.

HSL color Cylindrical-coordinate representation of color #A2EDF9: hue angle of 188.28º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2EDF9 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 237 249 -
CMYK 0.35 0.05 0 0.02
HSL 188.28º 0.88% 0.81% -
HSV(B) 188.28º 0.35% 0.98% -
XYZ 62.28 75.09 100.83 -
YUV 215.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 162 237 249 0.35 0.05 0 0.02 188.28 0.88 0.81
Hex A2 ED F9 23 5 0 2 BC 58 51
Octal 242 355 371 43 5 0 2 274 130 121
Binary 10100010 11101101 11111001 100011 101 0 10 10111100 1011000 1010001

Color Harmonies of #A2EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDF9

Black with #A2EDF9

Text Example


Text Example

White with #A2EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDF9; }

 p { color: rgb(162,237,249); }

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

background-color css

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

 a { background-color: rgb(162,237,249); }

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

border-color css

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

 span { border-color: rgb(162,237,249); }

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