Shades of Light Blue #A8D8EF
Tints of Light Blue #A8D8EF
RGB
CMYK
RGB Variations
Color information
#A8D8EF (or 0xA8D8EF) is known color: Light Blue. HEX triplet: A8, D8 and EF. RGB value is (168,216,239). Sum of RGB (Red+Green+Blue) = 168+216+239=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D8EF is #572710. Grayscale: #CCCCCC. Windows color (decimal): -5711633 or 15718568. OLE color: 15718568.
HSL color Cylindrical-coordinate representation of color #A8D8EF: hue angle of 199.44º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D8EF is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 216 | 239 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.06 |
| HSL | 199.44º | 0.69% | 0.8% | - |
| HSV(B) | 199.44º | 0.3% | 0.94% | - |
| XYZ | 56.28 | 63.67 | 90.98 | - |
| YUV | 204.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 239 | 0.30 | 0.10 | 0 | 0.06 | 199.44 | 0.69 | 0.8 |
| Hex | A8 | D8 | EF | 1E | A | 0 | 6 | C7 | 45 | 50 |
| Octal | 250 | 330 | 357 | 36 | 12 | 0 | 6 | 307 | 105 | 120 |
| Binary | 10101000 | 11011000 | 11101111 | 11110 | 1010 | 0 | 110 | 11000111 | 1000101 | 1010000 |
Color Harmonies of #A8D8EF
Complementary color
Monochromatic Colors of #A8D8EF
Black with #A8D8EF
Text Example
Text Example
White with #A8D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8EF; }
p { color: rgb(168,216,239); }
H1.HeaderClassName
{
color: #A8D8EF;
}
.AnyTagClassName
{
color: #A8D8EF;
}
</style>
background-color css
<style>
a { background-color: #A8D8EF; }
a { background-color: rgb(168,216,239); }
div.DivClassName
{
background-color: #A8D8EF;
}
.BgClassName
{
background-color: #A8D8EF;
}
</style>
border-color css
<style>
span { border-color: #A8D8EF; }
span { border-color: rgb(168,216,239); }
td.TdClassName
{
border-color: #A8D8EF;
}
.TagClassName
{
border-color: #A8D8EF;
}
</style>