Html Css Color HEX #A2EBF2 Blizzard Blue

📋 copy color: '#A2EBF2'

red 162 ◦ green 235 ◦ blue 242

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

Shades of Blizzard Blue #A2EBF2

Tints of Blizzard Blue #A2EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.78%

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

R = 25.35%
G = 36.78%
B = 37.87%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A2EBF2 (or 0xA2EBF2) is known color: Blizzard Blue. HEX triplet: A2, EB and F2. RGB value is (162,235,242). Sum of RGB (Red+Green+Blue) = 162+235+242=639 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.35% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #A2EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EBF2 is #5D140D. Grayscale: #D5D5D5. Windows color (decimal): -6099982 or 15920034. OLE color: 15920034.

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

Color convert

RGB 162 235 242 -
CMYK 0.33 0.03 0 0.05
HSL 185.25º 0.75% 0.79% -
HSV(B) 185.25º 0.33% 0.95% -
XYZ 60.64 73.51 95 -
YUV 213.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 162 235 242 0.33 0.03 0 0.05 185.25 0.75 0.79
Hex A2 EB F2 21 3 0 5 B9 4B 4F
Octal 242 353 362 41 3 0 5 271 113 117
Binary 10100010 11101011 11110010 100001 11 0 101 10111001 1001011 1001111

Color Harmonies of #A2EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBF2

Black with #A2EBF2

Text Example


Text Example

White with #A2EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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