Shades of Light Blue #ADDDF5
Tints of Light Blue #ADDDF5
RGB
CMYK
RGB Variations
Color information
#ADDDF5 (or 0xADDDF5) is known color: Light Blue. HEX triplet: AD, DD and F5. RGB value is (173,221,245). Sum of RGB (Red+Green+Blue) = 173+221+245=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADDDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF5 is #52220A. Grayscale: #D1D1D1. Windows color (decimal): -5382667 or 16113069. OLE color: 16113069.
HSL color Cylindrical-coordinate representation of color #ADDDF5: hue angle of 200º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDDF5 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 221 | 245 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.04 |
| HSL | 200º | 0.78% | 0.82% | - |
| HSV(B) | 200º | 0.29% | 0.96% | - |
| XYZ | 59.57 | 67.19 | 96.22 | - |
| YUV | 209.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 245 | 0.29 | 0.10 | 0 | 0.04 | 200 | 0.78 | 0.82 |
| Hex | AD | DD | F5 | 1D | A | 0 | 4 | C8 | 4E | 52 |
| Octal | 255 | 335 | 365 | 35 | 12 | 0 | 4 | 310 | 116 | 122 |
| Binary | 10101101 | 11011101 | 11110101 | 11101 | 1010 | 0 | 100 | 11001000 | 1001110 | 1010010 |
Color Harmonies of #ADDDF5
Complementary color
Monochromatic Colors of #ADDDF5
Black with #ADDDF5
Text Example
Text Example
White with #ADDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDF5; }
p { color: rgb(173,221,245); }
H1.HeaderClassName
{
color: #ADDDF5;
}
.AnyTagClassName
{
color: #ADDDF5;
}
</style>
background-color css
<style>
a { background-color: #ADDDF5; }
a { background-color: rgb(173,221,245); }
div.DivClassName
{
background-color: #ADDDF5;
}
.BgClassName
{
background-color: #ADDDF5;
}
</style>
border-color css
<style>
span { border-color: #ADDDF5; }
span { border-color: rgb(173,221,245); }
td.TdClassName
{
border-color: #ADDDF5;
}
.TagClassName
{
border-color: #ADDDF5;
}
</style>