Shades of Light Blue #A6DBF3
Tints of Light Blue #A6DBF3
RGB
CMYK
RGB Variations
Color information
#A6DBF3 (or 0xA6DBF3) is known color: Light Blue. HEX triplet: A6, DB and F3. RGB value is (166,219,243). Sum of RGB (Red+Green+Blue) = 166+219+243=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #A6DBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBF3 is #59240C. Grayscale: #CDCDCD. Windows color (decimal): -5841933 or 15981478. OLE color: 15981478.
HSL color Cylindrical-coordinate representation of color #A6DBF3: hue angle of 198.7º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6DBF3 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 219 | 243 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.05 |
| HSL | 198.7º | 0.76% | 0.8% | - |
| HSV(B) | 198.7º | 0.32% | 0.95% | - |
| XYZ | 57.24 | 65.24 | 94.37 | - |
| YUV | 205.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 243 | 0.32 | 0.10 | 0 | 0.05 | 198.7 | 0.76 | 0.8 |
| Hex | A6 | DB | F3 | 20 | A | 0 | 5 | C7 | 4C | 50 |
| Octal | 246 | 333 | 363 | 40 | 12 | 0 | 5 | 307 | 114 | 120 |
| Binary | 10100110 | 11011011 | 11110011 | 100000 | 1010 | 0 | 101 | 11000111 | 1001100 | 1010000 |
Color Harmonies of #A6DBF3
Complementary color
Monochromatic Colors of #A6DBF3
Black with #A6DBF3
Text Example
Text Example
White with #A6DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBF3; }
p { color: rgb(166,219,243); }
H1.HeaderClassName
{
color: #A6DBF3;
}
.AnyTagClassName
{
color: #A6DBF3;
}
</style>
background-color css
<style>
a { background-color: #A6DBF3; }
a { background-color: rgb(166,219,243); }
div.DivClassName
{
background-color: #A6DBF3;
}
.BgClassName
{
background-color: #A6DBF3;
}
</style>
border-color css
<style>
span { border-color: #A6DBF3; }
span { border-color: rgb(166,219,243); }
td.TdClassName
{
border-color: #A6DBF3;
}
.TagClassName
{
border-color: #A6DBF3;
}
</style>