Shades of Light Blue #ADD6DF
Tints of Light Blue #ADD6DF
RGB
CMYK
RGB Variations
Color information
#ADD6DF (or 0xADD6DF) is known color: Light Blue. HEX triplet: AD, D6 and DF. RGB value is (173,214,223). Sum of RGB (Red+Green+Blue) = 173+214+223=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6DF is #522920. Grayscale: #CACACA. Windows color (decimal): -5384481 or 14669485. OLE color: 14669485.
HSL color Cylindrical-coordinate representation of color #ADD6DF: hue angle of 190.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD6DF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 214 | 223 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.13 |
| HSL | 190.8º | 0.44% | 0.78% | - |
| HSV(B) | 190.8º | 0.22% | 0.87% | - |
| XYZ | 54.6 | 62.31 | 78.96 | - |
| YUV | 202.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 223 | 0.22 | 0.04 | 0 | 0.13 | 190.8 | 0.44 | 0.78 |
| Hex | AD | D6 | DF | 16 | 4 | 0 | D | BF | 2C | 4E |
| Octal | 255 | 326 | 337 | 26 | 4 | 0 | 15 | 277 | 54 | 116 |
| Binary | 10101101 | 11010110 | 11011111 | 10110 | 100 | 0 | 1101 | 10111111 | 101100 | 1001110 |
Color Harmonies of #ADD6DF
Complementary color
Monochromatic Colors of #ADD6DF
Black with #ADD6DF
Text Example
Text Example
White with #ADD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6DF; }
p { color: rgb(173,214,223); }
H1.HeaderClassName
{
color: #ADD6DF;
}
.AnyTagClassName
{
color: #ADD6DF;
}
</style>
background-color css
<style>
a { background-color: #ADD6DF; }
a { background-color: rgb(173,214,223); }
div.DivClassName
{
background-color: #ADD6DF;
}
.BgClassName
{
background-color: #ADD6DF;
}
</style>
border-color css
<style>
span { border-color: #ADD6DF; }
span { border-color: rgb(173,214,223); }
td.TdClassName
{
border-color: #ADD6DF;
}
.TagClassName
{
border-color: #ADD6DF;
}
</style>