Html Css Color HEX #A9E0DF Powder Blue

📋 copy color: '#A9E0DF'

red 169 ◦ green 224 ◦ blue 223

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

Shades of Powder Blue #A9E0DF

Tints of Powder Blue #A9E0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 27.44%
G = 36.36%
B = 36.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#A9E0DF (or 0xA9E0DF) is known color: Powder Blue. HEX triplet: A9, E0 and DF. RGB value is (169,224,223). Sum of RGB (Red+Green+Blue) = 169+224+223=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0DF is #561F20. Grayscale: #CFCFCF. Windows color (decimal): -5644065 or 14672041. OLE color: 14672041.

HSL color Cylindrical-coordinate representation of color #A9E0DF: hue angle of 178.91º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E0DF is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 224 223 -
CMYK 0.25 0 0.00 0.12
HSL 178.91º 0.47% 0.77% -
HSV(B) 178.91º 0.25% 0.88% -
XYZ 56.34 67.07 79.79 -
YUV 207.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 169 224 223 0.25 0 0.00 0.12 178.91 0.47 0.77
Hex A9 E0 DF 19 0 0 C B3 2F 4D
Octal 251 340 337 31 0 0 14 263 57 115
Binary 10101001 11100000 11011111 11001 0 0 1100 10110011 101111 1001101

Color Harmonies of #A9E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E0DF

Black with #A9E0DF

Text Example


Text Example

White with #A9E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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