Html Css Color HEX #ADD8DB Powder Blue

📋 copy color: '#ADD8DB'

red 173 ◦ green 216 ◦ blue 219

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

Shades of Powder Blue #ADD8DB

Tints of Powder Blue #ADD8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.53%

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

R = 28.45%
G = 35.53%
B = 36.02%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADD8DB (or 0xADD8DB) is known color: Powder Blue. HEX triplet: AD, D8 and DB. RGB value is (173,216,219). Sum of RGB (Red+Green+Blue) = 173+216+219=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8DB is #522724. Grayscale: #CBCBCB. Windows color (decimal): -5383973 or 14407853. OLE color: 14407853.

HSL color Cylindrical-coordinate representation of color #ADD8DB: hue angle of 183.91º 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 #ADD8DB is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 216 219 -
CMYK 0.21 0.01 0 0.14
HSL 183.91º 0.39% 0.77% -
HSV(B) 183.91º 0.21% 0.86% -
XYZ 54.58 63.11 76.32 -
YUV 203.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 173 216 219 0.21 0.01 0 0.14 183.91 0.39 0.77
Hex AD D8 DB 15 1 0 E B8 27 4D
Octal 255 330 333 25 1 0 16 270 47 115
Binary 10101101 11011000 11011011 10101 1 0 1110 10111000 100111 1001101

Color Harmonies of #ADD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8DB

Black with #ADD8DB

Text Example


Text Example

White with #ADD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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