Shades of Light Blue #A7D8E6
Tints of Light Blue #A7D8E6
RGB
CMYK
RGB Variations
Color information
#A7D8E6 (or 0xA7D8E6) is known color: Light Blue. HEX triplet: A7, D8 and E6. RGB value is (167,216,230). Sum of RGB (Red+Green+Blue) = 167+216+230=613 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.24% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #A7D8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D8E6 is #582719. Grayscale: #CACACA. Windows color (decimal): -5777178 or 15128743. OLE color: 15128743.
HSL color Cylindrical-coordinate representation of color #A7D8E6: hue angle of 193.33º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7D8E6 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 216 | 230 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.10 |
| HSL | 193.33º | 0.56% | 0.78% | - |
| HSV(B) | 193.33º | 0.27% | 0.9% | - |
| XYZ | 54.78 | 63.04 | 84.14 | - |
| YUV | 202.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 230 | 0.27 | 0.06 | 0 | 0.10 | 193.33 | 0.56 | 0.78 |
| Hex | A7 | D8 | E6 | 1B | 6 | 0 | A | C1 | 38 | 4E |
| Octal | 247 | 330 | 346 | 33 | 6 | 0 | 12 | 301 | 70 | 116 |
| Binary | 10100111 | 11011000 | 11100110 | 11011 | 110 | 0 | 1010 | 11000001 | 111000 | 1001110 |
Color Harmonies of #A7D8E6
Complementary color
Monochromatic Colors of #A7D8E6
Black with #A7D8E6
Text Example
Text Example
White with #A7D8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D8E6; }
p { color: rgb(167,216,230); }
H1.HeaderClassName
{
color: #A7D8E6;
}
.AnyTagClassName
{
color: #A7D8E6;
}
</style>
background-color css
<style>
a { background-color: #A7D8E6; }
a { background-color: rgb(167,216,230); }
div.DivClassName
{
background-color: #A7D8E6;
}
.BgClassName
{
background-color: #A7D8E6;
}
</style>
border-color css
<style>
span { border-color: #A7D8E6; }
span { border-color: rgb(167,216,230); }
td.TdClassName
{
border-color: #A7D8E6;
}
.TagClassName
{
border-color: #A7D8E6;
}
</style>