Html Css Color HEX #A9DDDD Powder Blue

📋 copy color: '#A9DDDD'

red 169 ◦ green 221 ◦ blue 221

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

Shades of Powder Blue #A9DDDD

Tints of Powder Blue #A9DDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.17%

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 27.66%
G = 36.17%
B = 36.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9DDDD (or 0xA9DDDD) is known color: Powder Blue. HEX triplet: A9, DD and DD. RGB value is (169,221,221). Sum of RGB (Red+Green+Blue) = 169+221+221=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A9DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDDD is #562222. Grayscale: #CDCDCD. Windows color (decimal): -5644835 or 14540201. OLE color: 14540201.

HSL color Cylindrical-coordinate representation of color #A9DDDD: hue angle of 180º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDDD is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 221 221 -
CMYK 0.24 0 0 0.13
HSL 180º 0.43% 0.76% -
HSV(B) 180º 0.24% 0.87% -
XYZ 55.27 65.37 78.11 -
YUV 205.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 169 221 221 0.24 0 0 0.13 180 0.43 0.76
Hex A9 DD DD 18 0 0 D B4 2B 4C
Octal 251 335 335 30 0 0 15 264 53 114
Binary 10101001 11011101 11011101 11000 0 0 1101 10110100 101011 1001100

Color Harmonies of #A9DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DDDD

Black with #A9DDDD

Text Example


Text Example

White with #A9DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DDDD; }

 p { color: rgb(169,221,221); }

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

background-color css

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

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

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

border-color css

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

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

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