Shades of Light Blue #ADDCED
Tints of Light Blue #ADDCED
RGB
CMYK
RGB Variations
Color information
#ADDCED (or 0xADDCED) is known color: Light Blue. HEX triplet: AD, DC and ED. RGB value is (173,220,237). Sum of RGB (Red+Green+Blue) = 173+220+237=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCED is #522312. Grayscale: #CFCFCF. Windows color (decimal): -5382931 or 15588525. OLE color: 15588525.
HSL color Cylindrical-coordinate representation of color #ADDCED: hue angle of 195.94º degrees, saturation: 0.64, 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 #ADDCED is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 220 | 237 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.07 |
| HSL | 195.94º | 0.64% | 0.8% | - |
| HSV(B) | 195.94º | 0.27% | 0.93% | - |
| XYZ | 58.11 | 66.19 | 89.83 | - |
| YUV | 207.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 237 | 0.27 | 0.07 | 0 | 0.07 | 195.94 | 0.64 | 0.8 |
| Hex | AD | DC | ED | 1B | 7 | 0 | 7 | C4 | 40 | 50 |
| Octal | 255 | 334 | 355 | 33 | 7 | 0 | 7 | 304 | 100 | 120 |
| Binary | 10101101 | 11011100 | 11101101 | 11011 | 111 | 0 | 111 | 11000100 | 1000000 | 1010000 |
Color Harmonies of #ADDCED
Complementary color
Monochromatic Colors of #ADDCED
Black with #ADDCED
Text Example
Text Example
White with #ADDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCED; }
p { color: rgb(173,220,237); }
H1.HeaderClassName
{
color: #ADDCED;
}
.AnyTagClassName
{
color: #ADDCED;
}
</style>
background-color css
<style>
a { background-color: #ADDCED; }
a { background-color: rgb(173,220,237); }
div.DivClassName
{
background-color: #ADDCED;
}
.BgClassName
{
background-color: #ADDCED;
}
</style>
border-color css
<style>
span { border-color: #ADDCED; }
span { border-color: rgb(173,220,237); }
td.TdClassName
{
border-color: #ADDCED;
}
.TagClassName
{
border-color: #ADDCED;
}
</style>