Shades of Light Blue #ADDDF1
Tints of Light Blue #ADDDF1
RGB
CMYK
RGB Variations
Color information
#ADDDF1 (or 0xADDDF1) is known color: Light Blue. HEX triplet: AD, DD and F1. RGB value is (173,221,241). Sum of RGB (Red+Green+Blue) = 173+221+241=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF1 is #52220E. Grayscale: #D0D0D0. Windows color (decimal): -5382671 or 15850925. OLE color: 15850925.
HSL color Cylindrical-coordinate representation of color #ADDDF1: hue angle of 197.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDDF1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 221 | 241 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.05 |
| HSL | 197.65º | 0.71% | 0.81% | - |
| HSV(B) | 197.65º | 0.28% | 0.95% | - |
| XYZ | 58.97 | 66.95 | 93.03 | - |
| YUV | 208.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 241 | 0.28 | 0.08 | 0 | 0.05 | 197.65 | 0.71 | 0.81 |
| Hex | AD | DD | F1 | 1C | 8 | 0 | 5 | C6 | 47 | 51 |
| Octal | 255 | 335 | 361 | 34 | 10 | 0 | 5 | 306 | 107 | 121 |
| Binary | 10101101 | 11011101 | 11110001 | 11100 | 1000 | 0 | 101 | 11000110 | 1000111 | 1010001 |
Color Harmonies of #ADDDF1
Complementary color
Monochromatic Colors of #ADDDF1
Black with #ADDDF1
Text Example
Text Example
White with #ADDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDF1; }
p { color: rgb(173,221,241); }
H1.HeaderClassName
{
color: #ADDDF1;
}
.AnyTagClassName
{
color: #ADDDF1;
}
</style>
background-color css
<style>
a { background-color: #ADDDF1; }
a { background-color: rgb(173,221,241); }
div.DivClassName
{
background-color: #ADDDF1;
}
.BgClassName
{
background-color: #ADDDF1;
}
</style>
border-color css
<style>
span { border-color: #ADDDF1; }
span { border-color: rgb(173,221,241); }
td.TdClassName
{
border-color: #ADDDF1;
}
.TagClassName
{
border-color: #ADDDF1;
}
</style>