Shades of Light Blue #A6DBEC
Tints of Light Blue #A6DBEC
RGB
CMYK
RGB Variations
Color information
#A6DBEC (or 0xA6DBEC) is known color: Light Blue. HEX triplet: A6, DB and EC. RGB value is (166,219,236). Sum of RGB (Red+Green+Blue) = 166+219+236=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBEC is #592413. Grayscale: #CCCCCC. Windows color (decimal): -5841940 or 15522726. OLE color: 15522726.
HSL color Cylindrical-coordinate representation of color #A6DBEC: hue angle of 194.57º degrees, saturation: 0.65, 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 #A6DBEC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 219 | 236 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.07 |
| HSL | 194.57º | 0.65% | 0.79% | - |
| HSV(B) | 194.57º | 0.3% | 0.93% | - |
| XYZ | 56.2 | 64.83 | 88.91 | - |
| YUV | 205.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 236 | 0.30 | 0.07 | 0 | 0.07 | 194.57 | 0.65 | 0.79 |
| Hex | A6 | DB | EC | 1E | 7 | 0 | 7 | C3 | 41 | 4F |
| Octal | 246 | 333 | 354 | 36 | 7 | 0 | 7 | 303 | 101 | 117 |
| Binary | 10100110 | 11011011 | 11101100 | 11110 | 111 | 0 | 111 | 11000011 | 1000001 | 1001111 |
Color Harmonies of #A6DBEC
Complementary color
Monochromatic Colors of #A6DBEC
Black with #A6DBEC
Text Example
Text Example
White with #A6DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBEC; }
p { color: rgb(166,219,236); }
H1.HeaderClassName
{
color: #A6DBEC;
}
.AnyTagClassName
{
color: #A6DBEC;
}
</style>
background-color css
<style>
a { background-color: #A6DBEC; }
a { background-color: rgb(166,219,236); }
div.DivClassName
{
background-color: #A6DBEC;
}
.BgClassName
{
background-color: #A6DBEC;
}
</style>
border-color css
<style>
span { border-color: #A6DBEC; }
span { border-color: rgb(166,219,236); }
td.TdClassName
{
border-color: #A6DBEC;
}
.TagClassName
{
border-color: #A6DBEC;
}
</style>