Shades of Light Blue #A6DBEE
Tints of Light Blue #A6DBEE
RGB
CMYK
RGB Variations
Color information
#A6DBEE (or 0xA6DBEE) is known color: Light Blue. HEX triplet: A6, DB and EE. RGB value is (166,219,238). Sum of RGB (Red+Green+Blue) = 166+219+238=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBEE is #592411. Grayscale: #CDCDCD. Windows color (decimal): -5841938 or 15653798. OLE color: 15653798.
HSL color Cylindrical-coordinate representation of color #A6DBEE: hue angle of 195.83º 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 #A6DBEE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 219 | 238 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.07 |
| HSL | 195.83º | 0.68% | 0.79% | - |
| HSV(B) | 195.83º | 0.3% | 0.93% | - |
| XYZ | 56.49 | 64.94 | 90.45 | - |
| YUV | 205.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 238 | 0.30 | 0.08 | 0 | 0.07 | 195.83 | 0.68 | 0.79 |
| Hex | A6 | DB | EE | 1E | 8 | 0 | 7 | C4 | 44 | 4F |
| Octal | 246 | 333 | 356 | 36 | 10 | 0 | 7 | 304 | 104 | 117 |
| Binary | 10100110 | 11011011 | 11101110 | 11110 | 1000 | 0 | 111 | 11000100 | 1000100 | 1001111 |
Color Harmonies of #A6DBEE
Complementary color
Monochromatic Colors of #A6DBEE
Black with #A6DBEE
Text Example
Text Example
White with #A6DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBEE; }
p { color: rgb(166,219,238); }
H1.HeaderClassName
{
color: #A6DBEE;
}
.AnyTagClassName
{
color: #A6DBEE;
}
</style>
background-color css
<style>
a { background-color: #A6DBEE; }
a { background-color: rgb(166,219,238); }
div.DivClassName
{
background-color: #A6DBEE;
}
.BgClassName
{
background-color: #A6DBEE;
}
</style>
border-color css
<style>
span { border-color: #A6DBEE; }
span { border-color: rgb(166,219,238); }
td.TdClassName
{
border-color: #A6DBEE;
}
.TagClassName
{
border-color: #A6DBEE;
}
</style>