Html Css Color HEX #A2E6EE Blizzard Blue

📋 copy color: '#A2E6EE'

red 162 ◦ green 230 ◦ blue 238

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

Shades of Blizzard Blue #A2E6EE

Tints of Blizzard Blue #A2E6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.51%

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

R = 25.71%
G = 36.51%
B = 37.78%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2E6EE (or 0xA2E6EE) is known color: Blizzard Blue. HEX triplet: A2, E6 and EE. RGB value is (162,230,238). Sum of RGB (Red+Green+Blue) = 162+230+238=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2E6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E6EE is #5D1911. Grayscale: #D2D2D2. Windows color (decimal): -6101266 or 15656610. OLE color: 15656610.

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

Color convert

RGB 162 230 238 -
CMYK 0.32 0.03 0 0.07
HSL 186.32º 0.69% 0.78% -
HSV(B) 186.32º 0.32% 0.93% -
XYZ 58.63 70.45 91.4 -
YUV 210.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 162 230 238 0.32 0.03 0 0.07 186.32 0.69 0.78
Hex A2 E6 EE 20 3 0 7 BA 45 4E
Octal 242 346 356 40 3 0 7 272 105 116
Binary 10100010 11100110 11101110 100000 11 0 111 10111010 1000101 1001110

Color Harmonies of #A2E6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E6EE

Black with #A2E6EE

Text Example


Text Example

White with #A2E6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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