Shades of Light Blue #ADDCE6
Tints of Light Blue #ADDCE6
RGB
CMYK
RGB Variations
Color information
#ADDCE6 (or 0xADDCE6) is known color: Light Blue. HEX triplet: AD, DC and E6. RGB value is (173,220,230). Sum of RGB (Red+Green+Blue) = 173+220+230=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADDCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCE6 is #522319. Grayscale: #CFCFCF. Windows color (decimal): -5382938 or 15129773. OLE color: 15129773.
HSL color Cylindrical-coordinate representation of color #ADDCE6: hue angle of 190.53º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDCE6 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 220 | 230 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.10 |
| HSL | 190.53º | 0.53% | 0.79% | - |
| HSV(B) | 190.53º | 0.25% | 0.9% | - |
| XYZ | 57.11 | 65.78 | 84.55 | - |
| YUV | 207.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 230 | 0.25 | 0.04 | 0 | 0.10 | 190.53 | 0.53 | 0.79 |
| Hex | AD | DC | E6 | 19 | 4 | 0 | A | BF | 35 | 4F |
| Octal | 255 | 334 | 346 | 31 | 4 | 0 | 12 | 277 | 65 | 117 |
| Binary | 10101101 | 11011100 | 11100110 | 11001 | 100 | 0 | 1010 | 10111111 | 110101 | 1001111 |
Color Harmonies of #ADDCE6
Complementary color
Monochromatic Colors of #ADDCE6
Black with #ADDCE6
Text Example
Text Example
White with #ADDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCE6; }
p { color: rgb(173,220,230); }
H1.HeaderClassName
{
color: #ADDCE6;
}
.AnyTagClassName
{
color: #ADDCE6;
}
</style>
background-color css
<style>
a { background-color: #ADDCE6; }
a { background-color: rgb(173,220,230); }
div.DivClassName
{
background-color: #ADDCE6;
}
.BgClassName
{
background-color: #ADDCE6;
}
</style>
border-color css
<style>
span { border-color: #ADDCE6; }
span { border-color: rgb(173,220,230); }
td.TdClassName
{
border-color: #ADDCE6;
}
.TagClassName
{
border-color: #ADDCE6;
}
</style>