Shades of Light Steel Blue #A8C4DD
Tints of Light Steel Blue #A8C4DD
RGB
CMYK
RGB Variations
Color information
#A8C4DD (or 0xA8C4DD) is known color: Light Steel Blue. HEX triplet: A8, C4 and DD. RGB value is (168,196,221). Sum of RGB (Red+Green+Blue) = 168+196+221=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8C4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C4DD is #573B22. Grayscale: #BEBEBE. Windows color (decimal): -5716771 or 14533800. OLE color: 14533800.
HSL color Cylindrical-coordinate representation of color #A8C4DD: hue angle of 208.3º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C4DD is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 196 | 221 | - |
CMYK | 0.24 | 0.11 | 0 | 0.13 |
HSL | 208.3º | 0.44% | 0.76% | - |
HSV(B) | 208.3º | 0.24% | 0.87% | - |
XYZ | 48.94 | 53.03 | 76.06 | - |
YUV | 190.48 | 145.22 | 111.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 196 | 221 | 0.24 | 0.11 | 0 | 0.13 | 208.3 | 0.44 | 0.76 |
Hex | A8 | C4 | DD | 18 | B | 0 | D | D0 | 2C | 4C |
Octal | 250 | 304 | 335 | 30 | 13 | 0 | 15 | 320 | 54 | 114 |
Binary | 10101000 | 11000100 | 11011101 | 11000 | 1011 | 0 | 1101 | 11010000 | 101100 | 1001100 |
Color Harmonies of #A8C4DD
Complementary color
Monochromatic Colors of #A8C4DD
Black with #A8C4DD
Text Example
Text Example
White with #A8C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C4DD; }
p { color: rgb(168,196,221); }
H1.HeaderClassName
{
color: #A8C4DD;
}
.AnyTagClassName
{
color: #A8C4DD;
}
</style>
background-color css
<style>
a { background-color: #A8C4DD; }
a { background-color: rgb(168,196,221); }
div.DivClassName
{
background-color: #A8C4DD;
}
.BgClassName
{
background-color: #A8C4DD;
}
</style>
border-color css
<style>
span { border-color: #A8C4DD; }
span { border-color: rgb(168,196,221); }
td.TdClassName
{
border-color: #A8C4DD;
}
.TagClassName
{
border-color: #A8C4DD;
}
</style>