Html Css Color HEX #A2E2F2 Blizzard Blue

📋 copy color: '#A2E2F2'

red 162 ◦ green 226 ◦ blue 242

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

Shades of Blizzard Blue #A2E2F2

Tints of Blizzard Blue #A2E2F2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.87%

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 25.71%
G = 35.87%
B = 38.41%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A2E2F2 (or 0xA2E2F2) is known color: Blizzard Blue. HEX triplet: A2, E2 and F2. RGB value is (162,226,242). Sum of RGB (Red+Green+Blue) = 162+226+242=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #A2E2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E2F2 is #5D1D0D. Grayscale: #D0D0D0. Windows color (decimal): -6102286 or 15917730. OLE color: 15917730.

HSL color Cylindrical-coordinate representation of color #A2E2F2: hue angle of 192º degrees, saturation: 0.75, 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 #A2E2F2 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 226 242 -
CMYK 0.33 0.07 0 0.05
HSL 192º 0.75% 0.79% -
HSV(B) 192º 0.33% 0.95% -
XYZ 58.12 68.48 94.16 -
YUV 208.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 162 226 242 0.33 0.07 0 0.05 192 0.75 0.79
Hex A2 E2 F2 21 7 0 5 C0 4B 4F
Octal 242 342 362 41 7 0 5 300 113 117
Binary 10100010 11100010 11110010 100001 111 0 101 11000000 1001011 1001111

Color Harmonies of #A2E2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E2F2

Black with #A2E2F2

Text Example


Text Example

White with #A2E2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E2F2; }

 p { color: rgb(162,226,242); }

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

background-color css

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

 a { background-color: rgb(162,226,242); }

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

border-color css

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

 span { border-color: rgb(162,226,242); }

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