Html Css Color HEX #A2EAF9 Blizzard Blue

📋 copy color: '#A2EAF9'

red 162 ◦ green 234 ◦ blue 249

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

Shades of Blizzard Blue #A2EAF9

Tints of Blizzard Blue #A2EAF9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.28%

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

R = 25.12%
G = 36.28%
B = 38.6%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A2EAF9 (or 0xA2EAF9) is known color: Blizzard Blue. HEX triplet: A2, EA and F9. RGB value is (162,234,249). Sum of RGB (Red+Green+Blue) = 162+234+249=645 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.12% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #A2EAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAF9 is #5D1506. Grayscale: #D6D6D6. Windows color (decimal): -6100231 or 16378530. OLE color: 16378530.

HSL color Cylindrical-coordinate representation of color #A2EAF9: hue angle of 190.34º 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 #A2EAF9 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 234 249 -
CMYK 0.35 0.06 0 0.02
HSL 190.34º 0.88% 0.81% -
HSV(B) 190.34º 0.35% 0.98% -
XYZ 61.42 73.37 100.55 -
YUV 214.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 162 234 249 0.35 0.06 0 0.02 190.34 0.88 0.81
Hex A2 EA F9 23 6 0 2 BE 58 51
Octal 242 352 371 43 6 0 2 276 130 121
Binary 10100010 11101010 11111001 100011 110 0 10 10111110 1011000 1010001

Color Harmonies of #A2EAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EAF9

Black with #A2EAF9

Text Example


Text Example

White with #A2EAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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