Html Css Color HEX #A2E3ED Blizzard Blue

📋 copy color: '#A2E3ED'

red 162 ◦ green 227 ◦ blue 237

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

Shades of Blizzard Blue #A2E3ED

Tints of Blizzard Blue #A2E3ED

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.26%

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

R = 25.88%
G = 36.26%
B = 37.86%

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

#A2E3ED (or 0xA2E3ED) is known color: Blizzard Blue. HEX triplet: A2, E3 and ED. RGB value is (162,227,237). Sum of RGB (Red+Green+Blue) = 162+227+237=626 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.88% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E3ED is #5D1C12. Grayscale: #D0D0D0. Windows color (decimal): -6102035 or 15590306. OLE color: 15590306.

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

Color convert

RGB 162 227 237 -
CMYK 0.32 0.04 0 0.07
HSL 188º 0.68% 0.78% -
HSV(B) 188º 0.32% 0.93% -
XYZ 57.66 68.73 90.35 -
YUV 208.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 162 227 237 0.32 0.04 0 0.07 188 0.68 0.78
Hex A2 E3 ED 20 4 0 7 BC 44 4E
Octal 242 343 355 40 4 0 7 274 104 116
Binary 10100010 11100011 11101101 100000 100 0 111 10111100 1000100 1001110

Color Harmonies of #A2E3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E3ED

Black with #A2E3ED

Text Example


Text Example

White with #A2E3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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