Shades of Light Blue #A8D8EE
Tints of Light Blue #A8D8EE
RGB
CMYK
RGB Variations
Color information
#A8D8EE (or 0xA8D8EE) is known color: Light Blue. HEX triplet: A8, D8 and EE. RGB value is (168,216,238). Sum of RGB (Red+Green+Blue) = 168+216+238=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8D8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D8EE is #572711. Grayscale: #CCCCCC. Windows color (decimal): -5711634 or 15653032. OLE color: 15653032.
HSL color Cylindrical-coordinate representation of color #A8D8EE: hue angle of 198.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D8EE is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 216 | 238 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.07 |
| HSL | 198.86º | 0.67% | 0.8% | - |
| HSV(B) | 198.86º | 0.29% | 0.93% | - |
| XYZ | 56.14 | 63.61 | 90.21 | - |
| YUV | 204.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 238 | 0.29 | 0.09 | 0 | 0.07 | 198.86 | 0.67 | 0.8 |
| Hex | A8 | D8 | EE | 1D | 9 | 0 | 7 | C7 | 43 | 50 |
| Octal | 250 | 330 | 356 | 35 | 11 | 0 | 7 | 307 | 103 | 120 |
| Binary | 10101000 | 11011000 | 11101110 | 11101 | 1001 | 0 | 111 | 11000111 | 1000011 | 1010000 |
Color Harmonies of #A8D8EE
Complementary color
Monochromatic Colors of #A8D8EE
Black with #A8D8EE
Text Example
Text Example
White with #A8D8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8EE; }
p { color: rgb(168,216,238); }
H1.HeaderClassName
{
color: #A8D8EE;
}
.AnyTagClassName
{
color: #A8D8EE;
}
</style>
background-color css
<style>
a { background-color: #A8D8EE; }
a { background-color: rgb(168,216,238); }
div.DivClassName
{
background-color: #A8D8EE;
}
.BgClassName
{
background-color: #A8D8EE;
}
</style>
border-color css
<style>
span { border-color: #A8D8EE; }
span { border-color: rgb(168,216,238); }
td.TdClassName
{
border-color: #A8D8EE;
}
.TagClassName
{
border-color: #A8D8EE;
}
</style>