Html Css Color HEX #A9E0EB Blizzard Blue

📋 copy color: '#A9E0EB'

red 169 ◦ green 224 ◦ blue 235

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

Shades of Blizzard Blue #A9E0EB

Tints of Blizzard Blue #A9E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.67%

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 26.91%
G = 35.67%
B = 37.42%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9E0EB (or 0xA9E0EB) is known color: Blizzard Blue. HEX triplet: A9, E0 and EB. RGB value is (169,224,235). Sum of RGB (Red+Green+Blue) = 169+224+235=628 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.91% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E0EB is #561F14. Grayscale: #D0D0D0. Windows color (decimal): -5644053 or 15458473. OLE color: 15458473.

HSL color Cylindrical-coordinate representation of color #A9E0EB: hue angle of 190º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9E0EB is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 224 235 -
CMYK 0.28 0.05 0 0.08
HSL 190º 0.62% 0.79% -
HSV(B) 190º 0.28% 0.92% -
XYZ 58.01 67.74 88.62 -
YUV 208.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 169 224 235 0.28 0.05 0 0.08 190 0.62 0.79
Hex A9 E0 EB 1C 5 0 8 BE 3E 4F
Octal 251 340 353 34 5 0 10 276 76 117
Binary 10101001 11100000 11101011 11100 101 0 1000 10111110 111110 1001111

Color Harmonies of #A9E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E0EB

Black with #A9E0EB

Text Example


Text Example

White with #A9E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E0EB; }

 p { color: rgb(169,224,235); }

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

background-color css

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

 a { background-color: rgb(169,224,235); }

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

border-color css

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

 span { border-color: rgb(169,224,235); }

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