Shades of Light Blue #ADDDEF
Tints of Light Blue #ADDDEF
RGB
CMYK
RGB Variations
Color information
#ADDDEF (or 0xADDDEF) is known color: Light Blue. HEX triplet: AD, DD and EF. RGB value is (173,221,239). Sum of RGB (Red+Green+Blue) = 173+221+239=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDEF is #522210. Grayscale: #D0D0D0. Windows color (decimal): -5382673 or 15719853. OLE color: 15719853.
HSL color Cylindrical-coordinate representation of color #ADDDEF: hue angle of 196.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDDEF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 221 | 239 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.06 |
| HSL | 196.36º | 0.67% | 0.81% | - |
| HSV(B) | 196.36º | 0.28% | 0.94% | - |
| XYZ | 58.67 | 66.83 | 91.47 | - |
| YUV | 208.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 239 | 0.28 | 0.08 | 0 | 0.06 | 196.36 | 0.67 | 0.81 |
| Hex | AD | DD | EF | 1C | 8 | 0 | 6 | C4 | 43 | 51 |
| Octal | 255 | 335 | 357 | 34 | 10 | 0 | 6 | 304 | 103 | 121 |
| Binary | 10101101 | 11011101 | 11101111 | 11100 | 1000 | 0 | 110 | 11000100 | 1000011 | 1010001 |
Color Harmonies of #ADDDEF
Complementary color
Monochromatic Colors of #ADDDEF
Black with #ADDDEF
Text Example
Text Example
White with #ADDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDEF; }
p { color: rgb(173,221,239); }
H1.HeaderClassName
{
color: #ADDDEF;
}
.AnyTagClassName
{
color: #ADDDEF;
}
</style>
background-color css
<style>
a { background-color: #ADDDEF; }
a { background-color: rgb(173,221,239); }
div.DivClassName
{
background-color: #ADDDEF;
}
.BgClassName
{
background-color: #ADDDEF;
}
</style>
border-color css
<style>
span { border-color: #ADDDEF; }
span { border-color: rgb(173,221,239); }
td.TdClassName
{
border-color: #ADDDEF;
}
.TagClassName
{
border-color: #ADDDEF;
}
</style>