Shades of Light Blue #ADDEEC
Tints of Light Blue #ADDEEC
RGB
CMYK
RGB Variations
Color information
#ADDEEC (or 0xADDEEC) is known color: Light Blue. HEX triplet: AD, DE and EC. RGB value is (173,222,236). Sum of RGB (Red+Green+Blue) = 173+222+236=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEEC is #522113. Grayscale: #D0D0D0. Windows color (decimal): -5382420 or 15523501. OLE color: 15523501.
HSL color Cylindrical-coordinate representation of color #ADDEEC: hue angle of 193.33º 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 #ADDEEC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 222 | 236 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.07 |
| HSL | 193.33º | 0.62% | 0.8% | - |
| HSV(B) | 193.33º | 0.27% | 0.93% | - |
| XYZ | 58.5 | 67.18 | 89.24 | - |
| YUV | 208.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 236 | 0.27 | 0.06 | 0 | 0.07 | 193.33 | 0.62 | 0.8 |
| Hex | AD | DE | EC | 1B | 6 | 0 | 7 | C1 | 3E | 50 |
| Octal | 255 | 336 | 354 | 33 | 6 | 0 | 7 | 301 | 76 | 120 |
| Binary | 10101101 | 11011110 | 11101100 | 11011 | 110 | 0 | 111 | 11000001 | 111110 | 1010000 |
Color Harmonies of #ADDEEC
Complementary color
Monochromatic Colors of #ADDEEC
Black with #ADDEEC
Text Example
Text Example
White with #ADDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEEC; }
p { color: rgb(173,222,236); }
H1.HeaderClassName
{
color: #ADDEEC;
}
.AnyTagClassName
{
color: #ADDEEC;
}
</style>
background-color css
<style>
a { background-color: #ADDEEC; }
a { background-color: rgb(173,222,236); }
div.DivClassName
{
background-color: #ADDEEC;
}
.BgClassName
{
background-color: #ADDEEC;
}
</style>
border-color css
<style>
span { border-color: #ADDEEC; }
span { border-color: rgb(173,222,236); }
td.TdClassName
{
border-color: #ADDEEC;
}
.TagClassName
{
border-color: #ADDEEC;
}
</style>