Html Css Color HEX #A9DBDC Powder Blue

📋 copy color: '#A9DBDC'

red 169 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #A9DBDC

Tints of Powder Blue #A9DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 27.8%
G = 36.02%
B = 36.18%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9DBDC (or 0xA9DBDC) is known color: Powder Blue. HEX triplet: A9, DB and DC. RGB value is (169,219,220). Sum of RGB (Red+Green+Blue) = 169+219+220=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBDC is #562423. Grayscale: #CCCCCC. Windows color (decimal): -5645348 or 14474153. OLE color: 14474153.

HSL color Cylindrical-coordinate representation of color #A9DBDC: hue angle of 181.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DBDC is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 219 220 -
CMYK 0.23 0.00 0 0.14
HSL 181.18º 0.42% 0.76% -
HSV(B) 181.18º 0.23% 0.86% -
XYZ 54.61 64.27 77.24 -
YUV 204.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 169 219 220 0.23 0.00 0 0.14 181.18 0.42 0.76
Hex A9 DB DC 17 0 0 E B5 2A 4C
Octal 251 333 334 27 0 0 16 265 52 114
Binary 10101001 11011011 11011100 10111 0 0 1110 10110101 101010 1001100

Color Harmonies of #A9DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBDC

Black with #A9DBDC

Text Example


Text Example

White with #A9DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBDC; }

 p { color: rgb(169,219,220); }

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

background-color css

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

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

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

border-color css

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

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

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