Shades of Light Blue #A8DBEE
Tints of Light Blue #A8DBEE
RGB
CMYK
RGB Variations
Color information
#A8DBEE (or 0xA8DBEE) is known color: Light Blue. HEX triplet: A8, DB and EE. RGB value is (168,219,238). Sum of RGB (Red+Green+Blue) = 168+219+238=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBEE is #572411. Grayscale: #CDCDCD. Windows color (decimal): -5710866 or 15653800. OLE color: 15653800.
HSL color Cylindrical-coordinate representation of color #A8DBEE: hue angle of 196.29º 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 #A8DBEE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 219 | 238 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.07 |
| HSL | 196.29º | 0.67% | 0.8% | - |
| HSV(B) | 196.29º | 0.29% | 0.93% | - |
| XYZ | 56.91 | 65.16 | 90.47 | - |
| YUV | 205.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 238 | 0.29 | 0.08 | 0 | 0.07 | 196.29 | 0.67 | 0.8 |
| Hex | A8 | DB | EE | 1D | 8 | 0 | 7 | C4 | 43 | 50 |
| Octal | 250 | 333 | 356 | 35 | 10 | 0 | 7 | 304 | 103 | 120 |
| Binary | 10101000 | 11011011 | 11101110 | 11101 | 1000 | 0 | 111 | 11000100 | 1000011 | 1010000 |
Color Harmonies of #A8DBEE
Complementary color
Monochromatic Colors of #A8DBEE
Black with #A8DBEE
Text Example
Text Example
White with #A8DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBEE; }
p { color: rgb(168,219,238); }
H1.HeaderClassName
{
color: #A8DBEE;
}
.AnyTagClassName
{
color: #A8DBEE;
}
</style>
background-color css
<style>
a { background-color: #A8DBEE; }
a { background-color: rgb(168,219,238); }
div.DivClassName
{
background-color: #A8DBEE;
}
.BgClassName
{
background-color: #A8DBEE;
}
</style>
border-color css
<style>
span { border-color: #A8DBEE; }
span { border-color: rgb(168,219,238); }
td.TdClassName
{
border-color: #A8DBEE;
}
.TagClassName
{
border-color: #A8DBEE;
}
</style>