Shades of Columbia Blue #A3DBF6
Tints of Columbia Blue #A3DBF6
RGB
CMYK
RGB Variations
Color information
#A3DBF6 (or 0xA3DBF6) is known color: Columbia Blue. HEX triplet: A3, DB and F6. RGB value is (163,219,246). Sum of RGB (Red+Green+Blue) = 163+219+246=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DBF6 is #5C2409. Grayscale: #CDCDCD. Windows color (decimal): -6038538 or 16178083. OLE color: 16178083.
HSL color Cylindrical-coordinate representation of color #A3DBF6: hue angle of 199.52º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3DBF6 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 219 | 246 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.04 |
| HSL | 199.52º | 0.82% | 0.8% | - |
| HSV(B) | 199.52º | 0.34% | 0.96% | - |
| XYZ | 57.07 | 65.1 | 96.75 | - |
| YUV | 205.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 246 | 0.34 | 0.11 | 0 | 0.04 | 199.52 | 0.82 | 0.8 |
| Hex | A3 | DB | F6 | 22 | B | 0 | 4 | C8 | 52 | 50 |
| Octal | 243 | 333 | 366 | 42 | 13 | 0 | 4 | 310 | 122 | 120 |
| Binary | 10100011 | 11011011 | 11110110 | 100010 | 1011 | 0 | 100 | 11001000 | 1010010 | 1010000 |
Color Harmonies of #A3DBF6
Complementary color
Monochromatic Colors of #A3DBF6
Black with #A3DBF6
Text Example
Text Example
White with #A3DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBF6; }
p { color: rgb(163,219,246); }
H1.HeaderClassName
{
color: #A3DBF6;
}
.AnyTagClassName
{
color: #A3DBF6;
}
</style>
background-color css
<style>
a { background-color: #A3DBF6; }
a { background-color: rgb(163,219,246); }
div.DivClassName
{
background-color: #A3DBF6;
}
.BgClassName
{
background-color: #A3DBF6;
}
</style>
border-color css
<style>
span { border-color: #A3DBF6; }
span { border-color: rgb(163,219,246); }
td.TdClassName
{
border-color: #A3DBF6;
}
.TagClassName
{
border-color: #A3DBF6;
}
</style>