Html Css Color HEX #ADD6DB Powder Blue

📋 copy color: '#ADD6DB'

red 173 ◦ green 214 ◦ blue 219

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

Shades of Powder Blue #ADD6DB

Tints of Powder Blue #ADD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.31%

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

R = 28.55%
G = 35.31%
B = 36.14%

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

#ADD6DB (or 0xADD6DB) is known color: Powder Blue. HEX triplet: AD, D6 and DB. RGB value is (173,214,219). Sum of RGB (Red+Green+Blue) = 173+214+219=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6DB is #522924. Grayscale: #CACACA. Windows color (decimal): -5384485 or 14407341. OLE color: 14407341.

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

Color convert

RGB 173 214 219 -
CMYK 0.21 0.02 0 0.14
HSL 186.52º 0.39% 0.77% -
HSV(B) 186.52º 0.21% 0.86% -
XYZ 54.07 62.09 76.15 -
YUV 202.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 173 214 219 0.21 0.02 0 0.14 186.52 0.39 0.77
Hex AD D6 DB 15 2 0 E BB 27 4D
Octal 255 326 333 25 2 0 16 273 47 115
Binary 10101101 11010110 11011011 10101 10 0 1110 10111011 100111 1001101

Color Harmonies of #ADD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6DB

Black with #ADD6DB

Text Example


Text Example

White with #ADD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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