Html Css Color HEX #ADD7DB Powder Blue

📋 copy color: '#ADD7DB'

red 173 ◦ green 215 ◦ blue 219

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

Shades of Powder Blue #ADD7DB

Tints of Powder Blue #ADD7DB

RGB

 RED value IS 173 (67.97% from 255) = 28.5%

 GREEN value IS 215 (84.38% from 255) = 35.42%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 28.5%
G = 35.42%
B = 36.08%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADD7DB (or 0xADD7DB) is known color: Powder Blue. HEX triplet: AD, D7 and DB. RGB value is (173,215,219). Sum of RGB (Red+Green+Blue) = 173+215+219=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7DB is #522824. Grayscale: #CACACA. Windows color (decimal): -5384229 or 14407597. OLE color: 14407597.

HSL color Cylindrical-coordinate representation of color #ADD7DB: hue angle of 185.22º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD7DB is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 215 219 -
CMYK 0.21 0.02 0 0.14
HSL 185.22º 0.39% 0.77% -
HSV(B) 185.22º 0.21% 0.86% -
XYZ 54.32 62.6 76.24 -
YUV 202.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 173 215 219 0.21 0.02 0 0.14 185.22 0.39 0.77
Hex AD D7 DB 15 2 0 E B9 27 4D
Octal 255 327 333 25 2 0 16 271 47 115
Binary 10101101 11010111 11011011 10101 10 0 1110 10111001 100111 1001101

Color Harmonies of #ADD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7DB

Black with #ADD7DB

Text Example


Text Example

White with #ADD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7DB; }

 p { color: rgb(173,215,219); }

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

background-color css

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

 a { background-color: rgb(173,215,219); }

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

border-color css

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

 span { border-color: rgb(173,215,219); }

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