Html Css Color HEX #A2EAEE Blizzard Blue

📋 copy color: '#A2EAEE'

red 162 ◦ green 234 ◦ blue 238

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

Shades of Blizzard Blue #A2EAEE

Tints of Blizzard Blue #A2EAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 25.55%
G = 36.91%
B = 37.54%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2EAEE (or 0xA2EAEE) is known color: Blizzard Blue. HEX triplet: A2, EA and EE. RGB value is (162,234,238). Sum of RGB (Red+Green+Blue) = 162+234+238=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAEE is #5D1511. Grayscale: #D4D4D4. Windows color (decimal): -6100242 or 15657634. OLE color: 15657634.

HSL color Cylindrical-coordinate representation of color #A2EAEE: hue angle of 183.16º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EAEE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 234 238 -
CMYK 0.32 0.02 0 0.07
HSL 183.16º 0.69% 0.78% -
HSV(B) 183.16º 0.32% 0.93% -
XYZ 59.76 72.7 91.77 -
YUV 212.93 142.15 91.67 -
System Red Green Blue C M Y K H S L
Decimal 162 234 238 0.32 0.02 0 0.07 183.16 0.69 0.78
Hex A2 EA EE 20 2 0 7 B7 45 4E
Octal 242 352 356 40 2 0 7 267 105 116
Binary 10100010 11101010 11101110 100000 10 0 111 10110111 1000101 1001110

Color Harmonies of #A2EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EAEE

Black with #A2EAEE

Text Example


Text Example

White with #A2EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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