Shades of Light Blue #ADDDF3
Tints of Light Blue #ADDDF3
RGB
CMYK
RGB Variations
Color information
#ADDDF3 (or 0xADDDF3) is known color: Light Blue. HEX triplet: AD, DD and F3. RGB value is (173,221,243). Sum of RGB (Red+Green+Blue) = 173+221+243=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADDDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF3 is #52220C. Grayscale: #D1D1D1. Windows color (decimal): -5382669 or 15981997. OLE color: 15981997.
HSL color Cylindrical-coordinate representation of color #ADDDF3: hue angle of 198.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDDF3 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 221 | 243 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.05 |
| HSL | 198.86º | 0.74% | 0.82% | - |
| HSV(B) | 198.86º | 0.29% | 0.95% | - |
| XYZ | 59.27 | 67.07 | 94.62 | - |
| YUV | 209.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 243 | 0.29 | 0.09 | 0 | 0.05 | 198.86 | 0.74 | 0.82 |
| Hex | AD | DD | F3 | 1D | 9 | 0 | 5 | C7 | 4A | 52 |
| Octal | 255 | 335 | 363 | 35 | 11 | 0 | 5 | 307 | 112 | 122 |
| Binary | 10101101 | 11011101 | 11110011 | 11101 | 1001 | 0 | 101 | 11000111 | 1001010 | 1010010 |
Color Harmonies of #ADDDF3
Complementary color
Monochromatic Colors of #ADDDF3
Black with #ADDDF3
Text Example
Text Example
White with #ADDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDF3; }
p { color: rgb(173,221,243); }
H1.HeaderClassName
{
color: #ADDDF3;
}
.AnyTagClassName
{
color: #ADDDF3;
}
</style>
background-color css
<style>
a { background-color: #ADDDF3; }
a { background-color: rgb(173,221,243); }
div.DivClassName
{
background-color: #ADDDF3;
}
.BgClassName
{
background-color: #ADDDF3;
}
</style>
border-color css
<style>
span { border-color: #ADDDF3; }
span { border-color: rgb(173,221,243); }
td.TdClassName
{
border-color: #ADDDF3;
}
.TagClassName
{
border-color: #ADDDF3;
}
</style>