Shades of Light Blue #A6D6EA
Tints of Light Blue #A6D6EA
RGB
CMYK
RGB Variations
Color information
#A6D6EA (or 0xA6D6EA) is known color: Light Blue. HEX triplet: A6, D6 and EA. RGB value is (166,214,234). Sum of RGB (Red+Green+Blue) = 166+214+234=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D6EA is #592915. Grayscale: #C9C9C9. Windows color (decimal): -5843222 or 15390374. OLE color: 15390374.
HSL color Cylindrical-coordinate representation of color #A6D6EA: hue angle of 197.65º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6D6EA is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 214 | 234 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.08 |
| HSL | 197.65º | 0.62% | 0.78% | - |
| HSV(B) | 197.65º | 0.29% | 0.92% | - |
| XYZ | 54.62 | 62.14 | 86.96 | - |
| YUV | 201.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 234 | 0.29 | 0.09 | 0 | 0.08 | 197.65 | 0.62 | 0.78 |
| Hex | A6 | D6 | EA | 1D | 9 | 0 | 8 | C6 | 3E | 4E |
| Octal | 246 | 326 | 352 | 35 | 11 | 0 | 10 | 306 | 76 | 116 |
| Binary | 10100110 | 11010110 | 11101010 | 11101 | 1001 | 0 | 1000 | 11000110 | 111110 | 1001110 |
Color Harmonies of #A6D6EA
Complementary color
Monochromatic Colors of #A6D6EA
Black with #A6D6EA
Text Example
Text Example
White with #A6D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6EA; }
p { color: rgb(166,214,234); }
H1.HeaderClassName
{
color: #A6D6EA;
}
.AnyTagClassName
{
color: #A6D6EA;
}
</style>
background-color css
<style>
a { background-color: #A6D6EA; }
a { background-color: rgb(166,214,234); }
div.DivClassName
{
background-color: #A6D6EA;
}
.BgClassName
{
background-color: #A6D6EA;
}
</style>
border-color css
<style>
span { border-color: #A6D6EA; }
span { border-color: rgb(166,214,234); }
td.TdClassName
{
border-color: #A6D6EA;
}
.TagClassName
{
border-color: #A6D6EA;
}
</style>