Shades of LightBlue #ADD8E6
Tints of LightBlue #ADD8E6
RGB
CMYK
RGB Variations
Color information
#ADD8E6 (or 0xADD8E6) is known color: LightBlue. HEX triplet: AD, D8 and E6. RGB value is (173,216,230). Sum of RGB (Red+Green+Blue) = 173+216+230=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADD8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8E6 is #522719. Grayscale: #CCCCCC. Windows color (decimal): -5383962 or 15128749. OLE color: 15128749.
HSL color Cylindrical-coordinate representation of color #ADD8E6: hue angle of 194.74º 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 #ADD8E6 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 216 | 230 | - |
CMYK | 0.25 | 0.06 | 0 | 0.10 |
HSL | 194.74º | 0.53% | 0.79% | - |
HSV(B) | 194.74º | 0.25% | 0.9% | - |
XYZ | 56.07 | 63.71 | 84.2 | - |
YUV | 204.74 | 142.25 | 105.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 216 | 230 | 0.25 | 0.06 | 0 | 0.10 | 194.74 | 0.53 | 0.79 |
Hex | AD | D8 | E6 | 19 | 6 | 0 | A | C3 | 35 | 4F |
Octal | 255 | 330 | 346 | 31 | 6 | 0 | 12 | 303 | 65 | 117 |
Binary | 10101101 | 11011000 | 11100110 | 11001 | 110 | 0 | 1010 | 11000011 | 110101 | 1001111 |
Color Harmonies of #ADD8E6
Complementary color
Monochromatic Colors of #ADD8E6
Black with #ADD8E6
Text Example
Text Example
White with #ADD8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8E6; }
p { color: rgb(173,216,230); }
H1.HeaderClassName
{
color: #ADD8E6;
}
.AnyTagClassName
{
color: #ADD8E6;
}
</style>
background-color css
<style>
a { background-color: #ADD8E6; }
a { background-color: rgb(173,216,230); }
div.DivClassName
{
background-color: #ADD8E6;
}
.BgClassName
{
background-color: #ADD8E6;
}
</style>
border-color css
<style>
span { border-color: #ADD8E6; }
span { border-color: rgb(173,216,230); }
td.TdClassName
{
border-color: #ADD8E6;
}
.TagClassName
{
border-color: #ADD8E6;
}
</style>