Html Css Color HEX #A9E5EF Blizzard Blue

📋 copy color: '#A9E5EF'

red 169 ◦ green 229 ◦ blue 239

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

Shades of Blizzard Blue #A9E5EF

Tints of Blizzard Blue #A9E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.95%

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 26.53%
G = 35.95%
B = 37.52%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A9E5EF (or 0xA9E5EF) is known color: Blizzard Blue. HEX triplet: A9, E5 and EF. RGB value is (169,229,239). Sum of RGB (Red+Green+Blue) = 169+229+239=637 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.53% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E5EF is #561A10. Grayscale: #D4D4D4. Windows color (decimal): -5642769 or 15721897. OLE color: 15721897.

HSL color Cylindrical-coordinate representation of color #A9E5EF: hue angle of 188.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9E5EF is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 229 239 -
CMYK 0.29 0.04 0 0.06
HSL 188.57º 0.69% 0.8% -
HSV(B) 188.57º 0.29% 0.94% -
XYZ 59.96 70.71 92.15 -
YUV 212.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 169 229 239 0.29 0.04 0 0.06 188.57 0.69 0.8
Hex A9 E5 EF 1D 4 0 6 BD 45 50
Octal 251 345 357 35 4 0 6 275 105 120
Binary 10101001 11100101 11101111 11101 100 0 110 10111101 1000101 1010000

Color Harmonies of #A9E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E5EF

Black with #A9E5EF

Text Example


Text Example

White with #A9E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E5EF; }

 p { color: rgb(169,229,239); }

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

background-color css

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

 a { background-color: rgb(169,229,239); }

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

border-color css

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

 span { border-color: rgb(169,229,239); }

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