Html Css Color HEX #A2E5EF Blizzard Blue

📋 copy color: '#A2E5EF'

red 162 ◦ green 229 ◦ blue 239

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

Shades of Blizzard Blue #A2E5EF

Tints of Blizzard Blue #A2E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.35%

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 25.71%
G = 36.35%
B = 37.94%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A2E5EF (or 0xA2E5EF) is known color: Blizzard Blue. HEX triplet: A2, E5 and EF. RGB value is (162,229,239). Sum of RGB (Red+Green+Blue) = 162+229+239=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E5EF is #5D1A10. Grayscale: #D1D1D1. Windows color (decimal): -6101521 or 15721890. OLE color: 15721890.

HSL color Cylindrical-coordinate representation of color #A2E5EF: hue angle of 187.79º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2E5EF is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 229 239 -
CMYK 0.32 0.04 0 0.06
HSL 187.79º 0.71% 0.79% -
HSV(B) 187.79º 0.32% 0.94% -
XYZ 58.5 69.95 92.08 -
YUV 210.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 162 229 239 0.32 0.04 0 0.06 187.79 0.71 0.79
Hex A2 E5 EF 20 4 0 6 BC 47 4F
Octal 242 345 357 40 4 0 6 274 107 117
Binary 10100010 11100101 11101111 100000 100 0 110 10111100 1000111 1001111

Color Harmonies of #A2E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5EF

Black with #A2E5EF

Text Example


Text Example

White with #A2E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5EF; }

 p { color: rgb(162,229,239); }

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

background-color css

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

 a { background-color: rgb(162,229,239); }

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

border-color css

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

 span { border-color: rgb(162,229,239); }

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