Shades of Light Blue #A6DAEA
Tints of Light Blue #A6DAEA
RGB
CMYK
RGB Variations
Color information
#A6DAEA (or 0xA6DAEA) is known color: Light Blue. HEX triplet: A6, DA and EA. RGB value is (166,218,234). Sum of RGB (Red+Green+Blue) = 166+218+234=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAEA is #592515. Grayscale: #CCCCCC. Windows color (decimal): -5842198 or 15391398. OLE color: 15391398.
HSL color Cylindrical-coordinate representation of color #A6DAEA: hue angle of 194.12º 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 #A6DAEA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 218 | 234 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.08 |
| HSL | 194.12º | 0.62% | 0.78% | - |
| HSV(B) | 194.12º | 0.29% | 0.92% | - |
| XYZ | 55.65 | 64.19 | 87.3 | - |
| YUV | 204.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 234 | 0.29 | 0.07 | 0 | 0.08 | 194.12 | 0.62 | 0.78 |
| Hex | A6 | DA | EA | 1D | 7 | 0 | 8 | C2 | 3E | 4E |
| Octal | 246 | 332 | 352 | 35 | 7 | 0 | 10 | 302 | 76 | 116 |
| Binary | 10100110 | 11011010 | 11101010 | 11101 | 111 | 0 | 1000 | 11000010 | 111110 | 1001110 |
Color Harmonies of #A6DAEA
Complementary color
Monochromatic Colors of #A6DAEA
Black with #A6DAEA
Text Example
Text Example
White with #A6DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAEA; }
p { color: rgb(166,218,234); }
H1.HeaderClassName
{
color: #A6DAEA;
}
.AnyTagClassName
{
color: #A6DAEA;
}
</style>
background-color css
<style>
a { background-color: #A6DAEA; }
a { background-color: rgb(166,218,234); }
div.DivClassName
{
background-color: #A6DAEA;
}
.BgClassName
{
background-color: #A6DAEA;
}
</style>
border-color css
<style>
span { border-color: #A6DAEA; }
span { border-color: rgb(166,218,234); }
td.TdClassName
{
border-color: #A6DAEA;
}
.TagClassName
{
border-color: #A6DAEA;
}
</style>