Shades of Light Blue #ADD4DF
Tints of Light Blue #ADD4DF
RGB
CMYK
RGB Variations
Color information
#ADD4DF (or 0xADD4DF) is known color: Light Blue. HEX triplet: AD, D4 and DF. RGB value is (173,212,223). Sum of RGB (Red+Green+Blue) = 173+212+223=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DF is #522B20. Grayscale: #C9C9C9. Windows color (decimal): -5384993 or 14668973. OLE color: 14668973.
HSL color Cylindrical-coordinate representation of color #ADD4DF: hue angle of 193.2º 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 #ADD4DF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 212 | 223 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.13 |
| HSL | 193.2º | 0.44% | 0.78% | - |
| HSV(B) | 193.2º | 0.22% | 0.87% | - |
| XYZ | 54.1 | 61.3 | 78.79 | - |
| YUV | 201.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 223 | 0.22 | 0.05 | 0 | 0.13 | 193.2 | 0.44 | 0.78 |
| Hex | AD | D4 | DF | 16 | 5 | 0 | D | C1 | 2C | 4E |
| Octal | 255 | 324 | 337 | 26 | 5 | 0 | 15 | 301 | 54 | 116 |
| Binary | 10101101 | 11010100 | 11011111 | 10110 | 101 | 0 | 1101 | 11000001 | 101100 | 1001110 |
Color Harmonies of #ADD4DF
Complementary color
Monochromatic Colors of #ADD4DF
Black with #ADD4DF
Text Example
Text Example
White with #ADD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4DF; }
p { color: rgb(173,212,223); }
H1.HeaderClassName
{
color: #ADD4DF;
}
.AnyTagClassName
{
color: #ADD4DF;
}
</style>
background-color css
<style>
a { background-color: #ADD4DF; }
a { background-color: rgb(173,212,223); }
div.DivClassName
{
background-color: #ADD4DF;
}
.BgClassName
{
background-color: #ADD4DF;
}
</style>
border-color css
<style>
span { border-color: #ADD4DF; }
span { border-color: rgb(173,212,223); }
td.TdClassName
{
border-color: #ADD4DF;
}
.TagClassName
{
border-color: #ADD4DF;
}
</style>