Html Css Color HEX #A9EDFA Blizzard Blue

📋 copy color: '#A9EDFA'

red 169 ◦ green 237 ◦ blue 250

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

Shades of Blizzard Blue #A9EDFA

Tints of Blizzard Blue #A9EDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.13%

 BLUE value IS 250 (98.05% from 255) = 38.11%

R = 25.76%
G = 36.13%
B = 38.11%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9EDFA (or 0xA9EDFA) is known color: Blizzard Blue. HEX triplet: A9, ED and FA. RGB value is (169,237,250). Sum of RGB (Red+Green+Blue) = 169+237+250=656 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.76% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EDFA is #561205. Grayscale: #DADADA. Windows color (decimal): -5640710 or 16444841. OLE color: 16444841.

HSL color Cylindrical-coordinate representation of color #A9EDFA: hue angle of 189.63º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9EDFA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 237 250 -
CMYK 0.32 0.05 0 0.02
HSL 189.63º 0.89% 0.82% -
HSV(B) 189.63º 0.32% 0.98% -
XYZ 63.9 75.91 101.73 -
YUV 218.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 169 237 250 0.32 0.05 0 0.02 189.63 0.89 0.82
Hex A9 ED FA 20 5 0 2 BE 59 52
Octal 251 355 372 40 5 0 2 276 131 122
Binary 10101001 11101101 11111010 100000 101 0 10 10111110 1011001 1010010

Color Harmonies of #A9EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EDFA

Black with #A9EDFA

Text Example


Text Example

White with #A9EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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