Shades of Columbia Blue #A3DBFF
Tints of Columbia Blue #A3DBFF
RGB
CMYK
RGB Variations
Color information
#A3DBFF (or 0xA3DBFF) is known color: Columbia Blue. HEX triplet: A3, DB and FF. RGB value is (163,219,255). Sum of RGB (Red+Green+Blue) = 163+219+255=637 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.59% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DBFF is #5C2400. Grayscale: #CECECE. Windows color (decimal): -6038529 or 16767907. OLE color: 16767907.
HSL color Cylindrical-coordinate representation of color #A3DBFF: hue angle of 203.48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3DBFF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 219 | 255 | - |
| CMYK | 0.36 | 0.14 | 0 | 0 |
| HSL | 203.48º | 1% | 0.82% | - |
| HSV(B) | 203.48º | 0.36% | 1% | - |
| XYZ | 58.49 | 65.67 | 104.2 | - |
| YUV | 206.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 255 | 0.36 | 0.14 | 0 | 0 | 203.48 | 1 | 0.82 |
| Hex | A3 | DB | FF | 24 | E | 0 | 0 | CB | 64 | 52 |
| Octal | 243 | 333 | 377 | 44 | 16 | 0 | 0 | 313 | 144 | 122 |
| Binary | 10100011 | 11011011 | 11111111 | 100100 | 1110 | 0 | 0 | 11001011 | 1100100 | 1010010 |
Color Harmonies of #A3DBFF
Complementary color
Monochromatic Colors of #A3DBFF
Black with #A3DBFF
Text Example
Text Example
White with #A3DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBFF; }
p { color: rgb(163,219,255); }
H1.HeaderClassName
{
color: #A3DBFF;
}
.AnyTagClassName
{
color: #A3DBFF;
}
</style>
background-color css
<style>
a { background-color: #A3DBFF; }
a { background-color: rgb(163,219,255); }
div.DivClassName
{
background-color: #A3DBFF;
}
.BgClassName
{
background-color: #A3DBFF;
}
</style>
border-color css
<style>
span { border-color: #A3DBFF; }
span { border-color: rgb(163,219,255); }
td.TdClassName
{
border-color: #A3DBFF;
}
.TagClassName
{
border-color: #A3DBFF;
}
</style>