Shades of Light Blue #A6D5EA
Tints of Light Blue #A6D5EA
RGB
CMYK
RGB Variations
Color information
#A6D5EA (or 0xA6D5EA) is known color: Light Blue. HEX triplet: A6, D5 and EA. RGB value is (166,213,234). Sum of RGB (Red+Green+Blue) = 166+213+234=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6D5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D5EA is #592A15. Grayscale: #C9C9C9. Windows color (decimal): -5843478 or 15390118. OLE color: 15390118.
HSL color Cylindrical-coordinate representation of color #A6D5EA: hue angle of 198.53º 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 #A6D5EA is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 213 | 234 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.08 |
| HSL | 198.53º | 0.62% | 0.78% | - |
| HSV(B) | 198.53º | 0.29% | 0.92% | - |
| XYZ | 54.37 | 61.64 | 86.87 | - |
| YUV | 201.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 234 | 0.29 | 0.09 | 0 | 0.08 | 198.53 | 0.62 | 0.78 |
| Hex | A6 | D5 | EA | 1D | 9 | 0 | 8 | C7 | 3E | 4E |
| Octal | 246 | 325 | 352 | 35 | 11 | 0 | 10 | 307 | 76 | 116 |
| Binary | 10100110 | 11010101 | 11101010 | 11101 | 1001 | 0 | 1000 | 11000111 | 111110 | 1001110 |
Color Harmonies of #A6D5EA
Complementary color
Monochromatic Colors of #A6D5EA
Black with #A6D5EA
Text Example
Text Example
White with #A6D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5EA; }
p { color: rgb(166,213,234); }
H1.HeaderClassName
{
color: #A6D5EA;
}
.AnyTagClassName
{
color: #A6D5EA;
}
</style>
background-color css
<style>
a { background-color: #A6D5EA; }
a { background-color: rgb(166,213,234); }
div.DivClassName
{
background-color: #A6D5EA;
}
.BgClassName
{
background-color: #A6D5EA;
}
</style>
border-color css
<style>
span { border-color: #A6D5EA; }
span { border-color: rgb(166,213,234); }
td.TdClassName
{
border-color: #A6D5EA;
}
.TagClassName
{
border-color: #A6D5EA;
}
</style>