Html Css Color HEX #A2ECF6 Blizzard Blue

📋 copy color: '#A2ECF6'

red 162 ◦ green 236 ◦ blue 246

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

Shades of Blizzard Blue #A2ECF6

Tints of Blizzard Blue #A2ECF6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.65%

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

R = 25.16%
G = 36.65%
B = 38.2%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A2ECF6 (or 0xA2ECF6) is known color: Blizzard Blue. HEX triplet: A2, EC and F6. RGB value is (162,236,246). Sum of RGB (Red+Green+Blue) = 162+236+246=644 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.16% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #A2ECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECF6 is #5D1309. Grayscale: #D6D6D6. Windows color (decimal): -6099722 or 16182434. OLE color: 16182434.

HSL color Cylindrical-coordinate representation of color #A2ECF6: hue angle of 187.14º 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 #A2ECF6 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 236 246 -
CMYK 0.34 0.04 0 0.04
HSL 187.14º 0.82% 0.8% -
HSV(B) 187.14º 0.34% 0.96% -
XYZ 61.53 74.33 98.29 -
YUV 215.01 145.48 90.19 -
System Red Green Blue C M Y K H S L
Decimal 162 236 246 0.34 0.04 0 0.04 187.14 0.82 0.8
Hex A2 EC F6 22 4 0 4 BB 52 50
Octal 242 354 366 42 4 0 4 273 122 120
Binary 10100010 11101100 11110110 100010 100 0 100 10111011 1010010 1010000

Color Harmonies of #A2ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECF6

Black with #A2ECF6

Text Example


Text Example

White with #A2ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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