Shades of Powder Blue #ADDADB
Tints of Powder Blue #ADDADB
RGB
CMYK
RGB Variations
Color information
#ADDADB (or 0xADDADB) is known color: Powder Blue. HEX triplet: AD, DA and DB. RGB value is (173,218,219). Sum of RGB (Red+Green+Blue) = 173+218+219=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDADB is #522524. Grayscale: #CCCCCC. Windows color (decimal): -5383461 or 14408365. OLE color: 14408365.
HSL color Cylindrical-coordinate representation of color #ADDADB: hue angle of 181.3º 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 #ADDADB is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 218 | 219 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.14 |
| HSL | 181.3º | 0.39% | 0.77% | - |
| HSV(B) | 181.3º | 0.21% | 0.86% | - |
| XYZ | 55.09 | 64.14 | 76.49 | - |
| YUV | 204.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 219 | 0.21 | 0.00 | 0 | 0.14 | 181.3 | 0.39 | 0.77 |
| Hex | AD | DA | DB | 15 | 0 | 0 | E | B5 | 27 | 4D |
| Octal | 255 | 332 | 333 | 25 | 0 | 0 | 16 | 265 | 47 | 115 |
| Binary | 10101101 | 11011010 | 11011011 | 10101 | 0 | 0 | 1110 | 10110101 | 100111 | 1001101 |
Color Harmonies of #ADDADB
Complementary color
Monochromatic Colors of #ADDADB
Black with #ADDADB
Text Example
Text Example
White with #ADDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDADB; }
p { color: rgb(173,218,219); }
H1.HeaderClassName
{
color: #ADDADB;
}
.AnyTagClassName
{
color: #ADDADB;
}
</style>
background-color css
<style>
a { background-color: #ADDADB; }
a { background-color: rgb(173,218,219); }
div.DivClassName
{
background-color: #ADDADB;
}
.BgClassName
{
background-color: #ADDADB;
}
</style>
border-color css
<style>
span { border-color: #ADDADB; }
span { border-color: rgb(173,218,219); }
td.TdClassName
{
border-color: #ADDADB;
}
.TagClassName
{
border-color: #ADDADB;
}
</style>