Shades of Light Blue #A6DCF1
Tints of Light Blue #A6DCF1
RGB
CMYK
RGB Variations
Color information
#A6DCF1 (or 0xA6DCF1) is known color: Light Blue. HEX triplet: A6, DC and F1. RGB value is (166,220,241). Sum of RGB (Red+Green+Blue) = 166+220+241=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCF1 is #59230E. Grayscale: #CECECE. Windows color (decimal): -5841679 or 15850662. OLE color: 15850662.
HSL color Cylindrical-coordinate representation of color #A6DCF1: hue angle of 196.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6DCF1 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 220 | 241 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.05 |
| HSL | 196.8º | 0.73% | 0.8% | - |
| HSV(B) | 196.8º | 0.31% | 0.95% | - |
| XYZ | 57.2 | 65.64 | 92.88 | - |
| YUV | 206.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 241 | 0.31 | 0.09 | 0 | 0.05 | 196.8 | 0.73 | 0.8 |
| Hex | A6 | DC | F1 | 1F | 9 | 0 | 5 | C5 | 49 | 50 |
| Octal | 246 | 334 | 361 | 37 | 11 | 0 | 5 | 305 | 111 | 120 |
| Binary | 10100110 | 11011100 | 11110001 | 11111 | 1001 | 0 | 101 | 11000101 | 1001001 | 1010000 |
Color Harmonies of #A6DCF1
Complementary color
Monochromatic Colors of #A6DCF1
Black with #A6DCF1
Text Example
Text Example
White with #A6DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCF1; }
p { color: rgb(166,220,241); }
H1.HeaderClassName
{
color: #A6DCF1;
}
.AnyTagClassName
{
color: #A6DCF1;
}
</style>
background-color css
<style>
a { background-color: #A6DCF1; }
a { background-color: rgb(166,220,241); }
div.DivClassName
{
background-color: #A6DCF1;
}
.BgClassName
{
background-color: #A6DCF1;
}
</style>
border-color css
<style>
span { border-color: #A6DCF1; }
span { border-color: rgb(166,220,241); }
td.TdClassName
{
border-color: #A6DCF1;
}
.TagClassName
{
border-color: #A6DCF1;
}
</style>