Shades of Light Blue #A6D8EE
Tints of Light Blue #A6D8EE
RGB
CMYK
RGB Variations
Color information
#A6D8EE (or 0xA6D8EE) is known color: Light Blue. HEX triplet: A6, D8 and EE. RGB value is (166,216,238). Sum of RGB (Red+Green+Blue) = 166+216+238=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6D8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D8EE is #592711. Grayscale: #CBCBCB. Windows color (decimal): -5842706 or 15653030. OLE color: 15653030.
HSL color Cylindrical-coordinate representation of color #A6D8EE: hue angle of 198.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6D8EE is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 216 | 238 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.07 |
| HSL | 198.33º | 0.68% | 0.79% | - |
| HSV(B) | 198.33º | 0.3% | 0.93% | - |
| XYZ | 55.71 | 63.39 | 90.19 | - |
| YUV | 203.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 238 | 0.30 | 0.09 | 0 | 0.07 | 198.33 | 0.68 | 0.79 |
| Hex | A6 | D8 | EE | 1E | 9 | 0 | 7 | C6 | 44 | 4F |
| Octal | 246 | 330 | 356 | 36 | 11 | 0 | 7 | 306 | 104 | 117 |
| Binary | 10100110 | 11011000 | 11101110 | 11110 | 1001 | 0 | 111 | 11000110 | 1000100 | 1001111 |
Color Harmonies of #A6D8EE
Complementary color
Monochromatic Colors of #A6D8EE
Black with #A6D8EE
Text Example
Text Example
White with #A6D8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8EE; }
p { color: rgb(166,216,238); }
H1.HeaderClassName
{
color: #A6D8EE;
}
.AnyTagClassName
{
color: #A6D8EE;
}
</style>
background-color css
<style>
a { background-color: #A6D8EE; }
a { background-color: rgb(166,216,238); }
div.DivClassName
{
background-color: #A6D8EE;
}
.BgClassName
{
background-color: #A6D8EE;
}
</style>
border-color css
<style>
span { border-color: #A6D8EE; }
span { border-color: rgb(166,216,238); }
td.TdClassName
{
border-color: #A6D8EE;
}
.TagClassName
{
border-color: #A6D8EE;
}
</style>