Html Css Color HEX #A2E7EC Blizzard Blue

📋 copy color: '#A2E7EC'

red 162 ◦ green 231 ◦ blue 236

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

Shades of Blizzard Blue #A2E7EC

Tints of Blizzard Blue #A2E7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.72%

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 25.76%
G = 36.72%
B = 37.52%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2E7EC (or 0xA2E7EC) is known color: Blizzard Blue. HEX triplet: A2, E7 and EC. RGB value is (162,231,236). Sum of RGB (Red+Green+Blue) = 162+231+236=629 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.76% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E7EC is #5D1813. Grayscale: #D2D2D2. Windows color (decimal): -6101012 or 15525794. OLE color: 15525794.

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

Color convert

RGB 162 231 236 -
CMYK 0.31 0.02 0 0.07
HSL 184.05º 0.66% 0.78% -
HSV(B) 184.05º 0.31% 0.93% -
XYZ 58.62 70.89 89.95 -
YUV 210.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 162 231 236 0.31 0.02 0 0.07 184.05 0.66 0.78
Hex A2 E7 EC 1F 2 0 7 B8 42 4E
Octal 242 347 354 37 2 0 7 270 102 116
Binary 10100010 11100111 11101100 11111 10 0 111 10111000 1000010 1001110

Color Harmonies of #A2E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E7EC

Black with #A2E7EC

Text Example


Text Example

White with #A2E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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