Shades of Light Steel Blue #ADC2DA
Tints of Light Steel Blue #ADC2DA
RGB
CMYK
RGB Variations
Color information
#ADC2DA (or 0xADC2DA) is known color: Light Steel Blue. HEX triplet: AD, C2 and DA. RGB value is (173,194,218). Sum of RGB (Red+Green+Blue) = 173+194+218=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2DA is #523D25. Grayscale: #BEBEBE. Windows color (decimal): -5389606 or 14336685. OLE color: 14336685.
HSL color Cylindrical-coordinate representation of color #ADC2DA: hue angle of 212º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC2DA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 194 | 218 | - |
CMYK | 0.21 | 0.11 | 0 | 0.15 |
HSL | 212º | 0.38% | 0.77% | - |
HSV(B) | 212º | 0.21% | 0.85% | - |
XYZ | 49.18 | 52.53 | 73.88 | - |
YUV | 190.46 | 143.54 | 115.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 194 | 218 | 0.21 | 0.11 | 0 | 0.15 | 212 | 0.38 | 0.77 |
Hex | AD | C2 | DA | 15 | B | 0 | F | D4 | 26 | 4D |
Octal | 255 | 302 | 332 | 25 | 13 | 0 | 17 | 324 | 46 | 115 |
Binary | 10101101 | 11000010 | 11011010 | 10101 | 1011 | 0 | 1111 | 11010100 | 100110 | 1001101 |
Color Harmonies of #ADC2DA
Complementary color
Monochromatic Colors of #ADC2DA
Black with #ADC2DA
Text Example
Text Example
White with #ADC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2DA; }
p { color: rgb(173,194,218); }
H1.HeaderClassName
{
color: #ADC2DA;
}
.AnyTagClassName
{
color: #ADC2DA;
}
</style>
background-color css
<style>
a { background-color: #ADC2DA; }
a { background-color: rgb(173,194,218); }
div.DivClassName
{
background-color: #ADC2DA;
}
.BgClassName
{
background-color: #ADC2DA;
}
</style>
border-color css
<style>
span { border-color: #ADC2DA; }
span { border-color: rgb(173,194,218); }
td.TdClassName
{
border-color: #ADC2DA;
}
.TagClassName
{
border-color: #ADC2DA;
}
</style>