Shades of Light Blue #ADDCE8
Tints of Light Blue #ADDCE8
RGB
CMYK
RGB Variations
Color information
#ADDCE8 (or 0xADDCE8) is known color: Light Blue. HEX triplet: AD, DC and E8. RGB value is (173,220,232). Sum of RGB (Red+Green+Blue) = 173+220+232=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADDCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCE8 is #522317. Grayscale: #CFCFCF. Windows color (decimal): -5382936 or 15260845. OLE color: 15260845.
HSL color Cylindrical-coordinate representation of color #ADDCE8: hue angle of 192.2º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDCE8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 220 | 232 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.09 |
| HSL | 192.2º | 0.56% | 0.79% | - |
| HSV(B) | 192.2º | 0.25% | 0.91% | - |
| XYZ | 57.39 | 65.9 | 86.04 | - |
| YUV | 207.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 232 | 0.25 | 0.05 | 0 | 0.09 | 192.2 | 0.56 | 0.79 |
| Hex | AD | DC | E8 | 19 | 5 | 0 | 9 | C0 | 38 | 4F |
| Octal | 255 | 334 | 350 | 31 | 5 | 0 | 11 | 300 | 70 | 117 |
| Binary | 10101101 | 11011100 | 11101000 | 11001 | 101 | 0 | 1001 | 11000000 | 111000 | 1001111 |
Color Harmonies of #ADDCE8
Complementary color
Monochromatic Colors of #ADDCE8
Black with #ADDCE8
Text Example
Text Example
White with #ADDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCE8; }
p { color: rgb(173,220,232); }
H1.HeaderClassName
{
color: #ADDCE8;
}
.AnyTagClassName
{
color: #ADDCE8;
}
</style>
background-color css
<style>
a { background-color: #ADDCE8; }
a { background-color: rgb(173,220,232); }
div.DivClassName
{
background-color: #ADDCE8;
}
.BgClassName
{
background-color: #ADDCE8;
}
</style>
border-color css
<style>
span { border-color: #ADDCE8; }
span { border-color: rgb(173,220,232); }
td.TdClassName
{
border-color: #ADDCE8;
}
.TagClassName
{
border-color: #ADDCE8;
}
</style>