Html Css Color HEX #A2EAF6 Blizzard Blue

📋 copy color: '#A2EAF6'

red 162 ◦ green 234 ◦ blue 246

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

Shades of Blizzard Blue #A2EAF6

Tints of Blizzard Blue #A2EAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.32%

R = 25.23%
G = 36.45%
B = 38.32%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A2EAF6 (or 0xA2EAF6) is known color: Blizzard Blue. HEX triplet: A2, EA and F6. RGB value is (162,234,246). Sum of RGB (Red+Green+Blue) = 162+234+246=642 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.23% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #A2EAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAF6 is #5D1509. Grayscale: #D5D5D5. Windows color (decimal): -6100234 or 16181922. OLE color: 16181922.

HSL color Cylindrical-coordinate representation of color #A2EAF6: hue angle of 188.57º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2EAF6 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 234 246 -
CMYK 0.34 0.05 0 0.04
HSL 188.57º 0.82% 0.8% -
HSV(B) 188.57º 0.34% 0.96% -
XYZ 60.96 73.18 98.1 -
YUV 213.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 162 234 246 0.34 0.05 0 0.04 188.57 0.82 0.8
Hex A2 EA F6 22 5 0 4 BD 52 50
Octal 242 352 366 42 5 0 4 275 122 120
Binary 10100010 11101010 11110110 100010 101 0 100 10111101 1010010 1010000

Color Harmonies of #A2EAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EAF6

Black with #A2EAF6

Text Example


Text Example

White with #A2EAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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