Shades of Light Steel Blue #A8C2DB
Tints of Light Steel Blue #A8C2DB
RGB
CMYK
RGB Variations
Color information
#A8C2DB (or 0xA8C2DB) is known color: Light Steel Blue. HEX triplet: A8, C2 and DB. RGB value is (168,194,219). Sum of RGB (Red+Green+Blue) = 168+194+219=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C2DB is #573D24. Grayscale: #BCBCBC. Windows color (decimal): -5717285 or 14402216. OLE color: 14402216.
HSL color Cylindrical-coordinate representation of color #A8C2DB: hue angle of 209.41º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C2DB is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 194 | 219 | - |
CMYK | 0.23 | 0.11 | 0 | 0.14 |
HSL | 209.41º | 0.41% | 0.76% | - |
HSV(B) | 209.41º | 0.23% | 0.86% | - |
XYZ | 48.23 | 52.02 | 74.52 | - |
YUV | 189.08 | 144.89 | 112.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 194 | 219 | 0.23 | 0.11 | 0 | 0.14 | 209.41 | 0.41 | 0.76 |
Hex | A8 | C2 | DB | 17 | B | 0 | E | D1 | 29 | 4C |
Octal | 250 | 302 | 333 | 27 | 13 | 0 | 16 | 321 | 51 | 114 |
Binary | 10101000 | 11000010 | 11011011 | 10111 | 1011 | 0 | 1110 | 11010001 | 101001 | 1001100 |
Color Harmonies of #A8C2DB
Complementary color
Monochromatic Colors of #A8C2DB
Black with #A8C2DB
Text Example
Text Example
White with #A8C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C2DB; }
p { color: rgb(168,194,219); }
H1.HeaderClassName
{
color: #A8C2DB;
}
.AnyTagClassName
{
color: #A8C2DB;
}
</style>
background-color css
<style>
a { background-color: #A8C2DB; }
a { background-color: rgb(168,194,219); }
div.DivClassName
{
background-color: #A8C2DB;
}
.BgClassName
{
background-color: #A8C2DB;
}
</style>
border-color css
<style>
span { border-color: #A8C2DB; }
span { border-color: rgb(168,194,219); }
td.TdClassName
{
border-color: #A8C2DB;
}
.TagClassName
{
border-color: #A8C2DB;
}
</style>