Shades of Light Steel Blue #ADCAE2
Tints of Light Steel Blue #ADCAE2
RGB
CMYK
RGB Variations
Color information
#ADCAE2 (or 0xADCAE2) is known color: Light Steel Blue. HEX triplet: AD, CA and E2. RGB value is (173,202,226). Sum of RGB (Red+Green+Blue) = 173+202+226=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADCAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAE2 is #52351D. Grayscale: #C3C3C3. Windows color (decimal): -5387550 or 14863021. OLE color: 14863021.
HSL color Cylindrical-coordinate representation of color #ADCAE2: hue angle of 207.17º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCAE2 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 202 | 226 | - |
CMYK | 0.23 | 0.11 | 0 | 0.11 |
HSL | 207.17º | 0.48% | 0.78% | - |
HSV(B) | 207.17º | 0.23% | 0.89% | - |
XYZ | 52.08 | 56.62 | 80.13 | - |
YUV | 196.07 | 144.89 | 111.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 202 | 226 | 0.23 | 0.11 | 0 | 0.11 | 207.17 | 0.48 | 0.78 |
Hex | AD | CA | E2 | 17 | B | 0 | B | CF | 30 | 4E |
Octal | 255 | 312 | 342 | 27 | 13 | 0 | 13 | 317 | 60 | 116 |
Binary | 10101101 | 11001010 | 11100010 | 10111 | 1011 | 0 | 1011 | 11001111 | 110000 | 1001110 |
Color Harmonies of #ADCAE2
Complementary color
Monochromatic Colors of #ADCAE2
Black with #ADCAE2
Text Example
Text Example
White with #ADCAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAE2; }
p { color: rgb(173,202,226); }
H1.HeaderClassName
{
color: #ADCAE2;
}
.AnyTagClassName
{
color: #ADCAE2;
}
</style>
background-color css
<style>
a { background-color: #ADCAE2; }
a { background-color: rgb(173,202,226); }
div.DivClassName
{
background-color: #ADCAE2;
}
.BgClassName
{
background-color: #ADCAE2;
}
</style>
border-color css
<style>
span { border-color: #ADCAE2; }
span { border-color: rgb(173,202,226); }
td.TdClassName
{
border-color: #ADCAE2;
}
.TagClassName
{
border-color: #ADCAE2;
}
</style>