Shades of Light Blue #ADDDEE
Tints of Light Blue #ADDDEE
RGB
CMYK
RGB Variations
Color information
#ADDDEE (or 0xADDDEE) is known color: Light Blue. HEX triplet: AD, DD and EE. RGB value is (173,221,238). Sum of RGB (Red+Green+Blue) = 173+221+238=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDEE is #522211. Grayscale: #D0D0D0. Windows color (decimal): -5382674 or 15654317. OLE color: 15654317.
HSL color Cylindrical-coordinate representation of color #ADDDEE: hue angle of 195.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDDEE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 221 | 238 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.07 |
| HSL | 195.69º | 0.66% | 0.81% | - |
| HSV(B) | 195.69º | 0.27% | 0.93% | - |
| XYZ | 58.52 | 66.77 | 90.69 | - |
| YUV | 208.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 238 | 0.27 | 0.07 | 0 | 0.07 | 195.69 | 0.66 | 0.81 |
| Hex | AD | DD | EE | 1B | 7 | 0 | 7 | C4 | 42 | 51 |
| Octal | 255 | 335 | 356 | 33 | 7 | 0 | 7 | 304 | 102 | 121 |
| Binary | 10101101 | 11011101 | 11101110 | 11011 | 111 | 0 | 111 | 11000100 | 1000010 | 1010001 |
Color Harmonies of #ADDDEE
Complementary color
Monochromatic Colors of #ADDDEE
Black with #ADDDEE
Text Example
Text Example
White with #ADDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDEE; }
p { color: rgb(173,221,238); }
H1.HeaderClassName
{
color: #ADDDEE;
}
.AnyTagClassName
{
color: #ADDDEE;
}
</style>
background-color css
<style>
a { background-color: #ADDDEE; }
a { background-color: rgb(173,221,238); }
div.DivClassName
{
background-color: #ADDDEE;
}
.BgClassName
{
background-color: #ADDDEE;
}
</style>
border-color css
<style>
span { border-color: #ADDDEE; }
span { border-color: rgb(173,221,238); }
td.TdClassName
{
border-color: #ADDDEE;
}
.TagClassName
{
border-color: #ADDDEE;
}
</style>