Shades of Light Blue #ADDFEC
Tints of Light Blue #ADDFEC
RGB
CMYK
RGB Variations
Color information
#ADDFEC (or 0xADDFEC) is known color: Light Blue. HEX triplet: AD, DF and EC. RGB value is (173,223,236). Sum of RGB (Red+Green+Blue) = 173+223+236=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFEC is #522013. Grayscale: #D1D1D1. Windows color (decimal): -5382164 or 15523757. OLE color: 15523757.
HSL color Cylindrical-coordinate representation of color #ADDFEC: hue angle of 192.38º 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 #ADDFEC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 223 | 236 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.07 |
| HSL | 192.38º | 0.62% | 0.8% | - |
| HSV(B) | 192.38º | 0.27% | 0.93% | - |
| XYZ | 58.76 | 67.72 | 89.33 | - |
| YUV | 209.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 236 | 0.27 | 0.06 | 0 | 0.07 | 192.38 | 0.62 | 0.8 |
| Hex | AD | DF | EC | 1B | 6 | 0 | 7 | C0 | 3E | 50 |
| Octal | 255 | 337 | 354 | 33 | 6 | 0 | 7 | 300 | 76 | 120 |
| Binary | 10101101 | 11011111 | 11101100 | 11011 | 110 | 0 | 111 | 11000000 | 111110 | 1010000 |
Color Harmonies of #ADDFEC
Complementary color
Monochromatic Colors of #ADDFEC
Black with #ADDFEC
Text Example
Text Example
White with #ADDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFEC; }
p { color: rgb(173,223,236); }
H1.HeaderClassName
{
color: #ADDFEC;
}
.AnyTagClassName
{
color: #ADDFEC;
}
</style>
background-color css
<style>
a { background-color: #ADDFEC; }
a { background-color: rgb(173,223,236); }
div.DivClassName
{
background-color: #ADDFEC;
}
.BgClassName
{
background-color: #ADDFEC;
}
</style>
border-color css
<style>
span { border-color: #ADDFEC; }
span { border-color: rgb(173,223,236); }
td.TdClassName
{
border-color: #ADDFEC;
}
.TagClassName
{
border-color: #ADDFEC;
}
</style>