Shades of Light Blue #ADD2DF
Tints of Light Blue #ADD2DF
RGB
CMYK
RGB Variations
Color information
#ADD2DF (or 0xADD2DF) is known color: Light Blue. HEX triplet: AD, D2 and DF. RGB value is (173,210,223). Sum of RGB (Red+Green+Blue) = 173+210+223=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2DF is #522D20. Grayscale: #C8C8C8. Windows color (decimal): -5385505 or 14668461. OLE color: 14668461.
HSL color Cylindrical-coordinate representation of color #ADD2DF: hue angle of 195.6º 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 #ADD2DF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 210 | 223 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.13 |
| HSL | 195.6º | 0.44% | 0.78% | - |
| HSV(B) | 195.6º | 0.22% | 0.87% | - |
| XYZ | 53.6 | 60.31 | 78.63 | - |
| YUV | 200.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 223 | 0.22 | 0.06 | 0 | 0.13 | 195.6 | 0.44 | 0.78 |
| Hex | AD | D2 | DF | 16 | 6 | 0 | D | C4 | 2C | 4E |
| Octal | 255 | 322 | 337 | 26 | 6 | 0 | 15 | 304 | 54 | 116 |
| Binary | 10101101 | 11010010 | 11011111 | 10110 | 110 | 0 | 1101 | 11000100 | 101100 | 1001110 |
Color Harmonies of #ADD2DF
Complementary color
Monochromatic Colors of #ADD2DF
Black with #ADD2DF
Text Example
Text Example
White with #ADD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2DF; }
p { color: rgb(173,210,223); }
H1.HeaderClassName
{
color: #ADD2DF;
}
.AnyTagClassName
{
color: #ADD2DF;
}
</style>
background-color css
<style>
a { background-color: #ADD2DF; }
a { background-color: rgb(173,210,223); }
div.DivClassName
{
background-color: #ADD2DF;
}
.BgClassName
{
background-color: #ADD2DF;
}
</style>
border-color css
<style>
span { border-color: #ADD2DF; }
span { border-color: rgb(173,210,223); }
td.TdClassName
{
border-color: #ADD2DF;
}
.TagClassName
{
border-color: #ADD2DF;
}
</style>