Html Css Color HEX #A2E4ED Blizzard Blue

📋 copy color: '#A2E4ED'

red 162 ◦ green 228 ◦ blue 237

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

Shades of Blizzard Blue #A2E4ED

Tints of Blizzard Blue #A2E4ED

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.36%

 BLUE value IS 237 (92.97% from 255) = 37.8%

R = 25.84%
G = 36.36%
B = 37.8%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2E4ED (or 0xA2E4ED) is known color: Blizzard Blue. HEX triplet: A2, E4 and ED. RGB value is (162,228,237). Sum of RGB (Red+Green+Blue) = 162+228+237=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2E4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E4ED is #5D1B12. Grayscale: #D1D1D1. Windows color (decimal): -6101779 or 15590562. OLE color: 15590562.

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

Color convert

RGB 162 228 237 -
CMYK 0.32 0.04 0 0.07
HSL 187.2º 0.68% 0.78% -
HSV(B) 187.2º 0.32% 0.93% -
XYZ 57.93 69.28 90.44 -
YUV 209.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 162 228 237 0.32 0.04 0 0.07 187.2 0.68 0.78
Hex A2 E4 ED 20 4 0 7 BB 44 4E
Octal 242 344 355 40 4 0 7 273 104 116
Binary 10100010 11100100 11101101 100000 100 0 111 10111011 1000100 1001110

Color Harmonies of #A2E4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E4ED

Black with #A2E4ED

Text Example


Text Example

White with #A2E4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E4ED; }

 p { color: rgb(162,228,237); }

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

background-color css

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

 a { background-color: rgb(162,228,237); }

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

border-color css

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

 span { border-color: rgb(162,228,237); }

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