Html Css Color HEX #A9E2ED Blizzard Blue

📋 copy color: '#A9E2ED'

red 169 ◦ green 226 ◦ blue 237

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

Shades of Blizzard Blue #A9E2ED

Tints of Blizzard Blue #A9E2ED

RGB

 RED value IS 169 (66.41% from 255) = 26.74%

 GREEN value IS 226 (88.67% from 255) = 35.76%

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

R = 26.74%
G = 35.76%
B = 37.5%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9E2ED (or 0xA9E2ED) is known color: Blizzard Blue. HEX triplet: A9, E2 and ED. RGB value is (169,226,237). Sum of RGB (Red+Green+Blue) = 169+226+237=632 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.74% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9E2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E2ED is #561D12. Grayscale: #D2D2D2. Windows color (decimal): -5643539 or 15590057. OLE color: 15590057.

HSL color Cylindrical-coordinate representation of color #A9E2ED: hue angle of 189.71º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9E2ED is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 226 237 -
CMYK 0.29 0.05 0 0.07
HSL 189.71º 0.65% 0.8% -
HSV(B) 189.71º 0.29% 0.93% -
XYZ 58.84 68.94 90.33 -
YUV 210.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 169 226 237 0.29 0.05 0 0.07 189.71 0.65 0.8
Hex A9 E2 ED 1D 5 0 7 BE 41 50
Octal 251 342 355 35 5 0 7 276 101 120
Binary 10101001 11100010 11101101 11101 101 0 111 10111110 1000001 1010000

Color Harmonies of #A9E2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E2ED

Black with #A9E2ED

Text Example


Text Example

White with #A9E2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E2ED; }

 p { color: rgb(169,226,237); }

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

background-color css

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

 a { background-color: rgb(169,226,237); }

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

border-color css

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

 span { border-color: rgb(169,226,237); }

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