Shades of Light Blue #A6DCEE
Tints of Light Blue #A6DCEE
RGB
CMYK
RGB Variations
Color information
#A6DCEE (or 0xA6DCEE) is known color: Light Blue. HEX triplet: A6, DC and EE. RGB value is (166,220,238). Sum of RGB (Red+Green+Blue) = 166+220+238=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCEE is #592311. Grayscale: #CDCDCD. Windows color (decimal): -5841682 or 15654054. OLE color: 15654054.
HSL color Cylindrical-coordinate representation of color #A6DCEE: hue angle of 195º 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 #A6DCEE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 220 | 238 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.07 |
| HSL | 195º | 0.68% | 0.79% | - |
| HSV(B) | 195º | 0.3% | 0.93% | - |
| XYZ | 56.75 | 65.47 | 90.53 | - |
| YUV | 205.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 238 | 0.30 | 0.08 | 0 | 0.07 | 195 | 0.68 | 0.79 |
| Hex | A6 | DC | EE | 1E | 8 | 0 | 7 | C3 | 44 | 4F |
| Octal | 246 | 334 | 356 | 36 | 10 | 0 | 7 | 303 | 104 | 117 |
| Binary | 10100110 | 11011100 | 11101110 | 11110 | 1000 | 0 | 111 | 11000011 | 1000100 | 1001111 |
Color Harmonies of #A6DCEE
Complementary color
Monochromatic Colors of #A6DCEE
Black with #A6DCEE
Text Example
Text Example
White with #A6DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCEE; }
p { color: rgb(166,220,238); }
H1.HeaderClassName
{
color: #A6DCEE;
}
.AnyTagClassName
{
color: #A6DCEE;
}
</style>
background-color css
<style>
a { background-color: #A6DCEE; }
a { background-color: rgb(166,220,238); }
div.DivClassName
{
background-color: #A6DCEE;
}
.BgClassName
{
background-color: #A6DCEE;
}
</style>
border-color css
<style>
span { border-color: #A6DCEE; }
span { border-color: rgb(166,220,238); }
td.TdClassName
{
border-color: #A6DCEE;
}
.TagClassName
{
border-color: #A6DCEE;
}
</style>