Shades of Columbia Blue #A3E1FF
Tints of Columbia Blue #A3E1FF
RGB
CMYK
RGB Variations
Color information
#A3E1FF (or 0xA3E1FF) is known color: Columbia Blue. HEX triplet: A3, E1 and FF. RGB value is (163,225,255). Sum of RGB (Red+Green+Blue) = 163+225+255=643 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.35% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E1FF is #5C1E00. Grayscale: #D1D1D1. Windows color (decimal): -6036993 or 16769443. OLE color: 16769443.
HSL color Cylindrical-coordinate representation of color #A3E1FF: hue angle of 199.57º 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 #A3E1FF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 225 | 255 | - |
| CMYK | 0.36 | 0.12 | 0 | 0 |
| HSL | 199.57º | 1% | 0.82% | - |
| HSV(B) | 199.57º | 0.36% | 1% | - |
| XYZ | 60.08 | 68.86 | 104.73 | - |
| YUV | 209.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 255 | 0.36 | 0.12 | 0 | 0 | 199.57 | 1 | 0.82 |
| Hex | A3 | E1 | FF | 24 | C | 0 | 0 | C8 | 64 | 52 |
| Octal | 243 | 341 | 377 | 44 | 14 | 0 | 0 | 310 | 144 | 122 |
| Binary | 10100011 | 11100001 | 11111111 | 100100 | 1100 | 0 | 0 | 11001000 | 1100100 | 1010010 |
Color Harmonies of #A3E1FF
Complementary color
Monochromatic Colors of #A3E1FF
Black with #A3E1FF
Text Example
Text Example
White with #A3E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E1FF; }
p { color: rgb(163,225,255); }
H1.HeaderClassName
{
color: #A3E1FF;
}
.AnyTagClassName
{
color: #A3E1FF;
}
</style>
background-color css
<style>
a { background-color: #A3E1FF; }
a { background-color: rgb(163,225,255); }
div.DivClassName
{
background-color: #A3E1FF;
}
.BgClassName
{
background-color: #A3E1FF;
}
</style>
border-color css
<style>
span { border-color: #A3E1FF; }
span { border-color: rgb(163,225,255); }
td.TdClassName
{
border-color: #A3E1FF;
}
.TagClassName
{
border-color: #A3E1FF;
}
</style>