Shades of Columbia Blue #A3D5FF
Tints of Columbia Blue #A3D5FF
RGB
CMYK
RGB Variations
Color information
#A3D5FF (or 0xA3D5FF) is known color: Columbia Blue. HEX triplet: A3, D5 and FF. RGB value is (163,213,255). Sum of RGB (Red+Green+Blue) = 163+213+255=631 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.83% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3D5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D5FF is #5C2A00. Grayscale: #CACACA. Windows color (decimal): -6040065 or 16766371. OLE color: 16766371.
HSL color Cylindrical-coordinate representation of color #A3D5FF: hue angle of 207.39º 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 #A3D5FF is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 213 | 255 | - |
| CMYK | 0.36 | 0.16 | 0 | 0 |
| HSL | 207.39º | 1% | 0.82% | - |
| HSV(B) | 207.39º | 0.36% | 1% | - |
| XYZ | 56.95 | 62.6 | 103.69 | - |
| YUV | 202.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 255 | 0.36 | 0.16 | 0 | 0 | 207.39 | 1 | 0.82 |
| Hex | A3 | D5 | FF | 24 | 10 | 0 | 0 | CF | 64 | 52 |
| Octal | 243 | 325 | 377 | 44 | 20 | 0 | 0 | 317 | 144 | 122 |
| Binary | 10100011 | 11010101 | 11111111 | 100100 | 10000 | 0 | 0 | 11001111 | 1100100 | 1010010 |
Color Harmonies of #A3D5FF
Complementary color
Monochromatic Colors of #A3D5FF
Black with #A3D5FF
Text Example
Text Example
White with #A3D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D5FF; }
p { color: rgb(163,213,255); }
H1.HeaderClassName
{
color: #A3D5FF;
}
.AnyTagClassName
{
color: #A3D5FF;
}
</style>
background-color css
<style>
a { background-color: #A3D5FF; }
a { background-color: rgb(163,213,255); }
div.DivClassName
{
background-color: #A3D5FF;
}
.BgClassName
{
background-color: #A3D5FF;
}
</style>
border-color css
<style>
span { border-color: #A3D5FF; }
span { border-color: rgb(163,213,255); }
td.TdClassName
{
border-color: #A3D5FF;
}
.TagClassName
{
border-color: #A3D5FF;
}
</style>