Shades of Light Blue #ADDDEC
Tints of Light Blue #ADDDEC
RGB
CMYK
RGB Variations
Color information
#ADDDEC (or 0xADDDEC) is known color: Light Blue. HEX triplet: AD, DD and EC. RGB value is (173,221,236). Sum of RGB (Red+Green+Blue) = 173+221+236=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDEC is #522213. Grayscale: #D0D0D0. Windows color (decimal): -5382676 or 15523245. OLE color: 15523245.
HSL color Cylindrical-coordinate representation of color #ADDDEC: hue angle of 194.29º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDDEC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 221 | 236 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.07 |
| HSL | 194.29º | 0.62% | 0.8% | - |
| HSV(B) | 194.29º | 0.27% | 0.93% | - |
| XYZ | 58.23 | 66.65 | 89.15 | - |
| YUV | 208.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 236 | 0.27 | 0.06 | 0 | 0.07 | 194.29 | 0.62 | 0.8 |
| Hex | AD | DD | EC | 1B | 6 | 0 | 7 | C2 | 3E | 50 |
| Octal | 255 | 335 | 354 | 33 | 6 | 0 | 7 | 302 | 76 | 120 |
| Binary | 10101101 | 11011101 | 11101100 | 11011 | 110 | 0 | 111 | 11000010 | 111110 | 1010000 |
Color Harmonies of #ADDDEC
Complementary color
Monochromatic Colors of #ADDDEC
Black with #ADDDEC
Text Example
Text Example
White with #ADDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDEC; }
p { color: rgb(173,221,236); }
H1.HeaderClassName
{
color: #ADDDEC;
}
.AnyTagClassName
{
color: #ADDDEC;
}
</style>
background-color css
<style>
a { background-color: #ADDDEC; }
a { background-color: rgb(173,221,236); }
div.DivClassName
{
background-color: #ADDDEC;
}
.BgClassName
{
background-color: #ADDDEC;
}
</style>
border-color css
<style>
span { border-color: #ADDDEC; }
span { border-color: rgb(173,221,236); }
td.TdClassName
{
border-color: #ADDDEC;
}
.TagClassName
{
border-color: #ADDDEC;
}
</style>