Shades of Columbia Blue #A3E5FF
Tints of Columbia Blue #A3E5FF
RGB
CMYK
RGB Variations
Color information
#A3E5FF (or 0xA3E5FF) is known color: Columbia Blue. HEX triplet: A3, E5 and FF. RGB value is (163,229,255). Sum of RGB (Red+Green+Blue) = 163+229+255=647 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.19% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E5FF is #5C1A00. Grayscale: #D4D4D4. Windows color (decimal): -6035969 or 16770467. OLE color: 16770467.
HSL color Cylindrical-coordinate representation of color #A3E5FF: hue angle of 196.96º 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 #A3E5FF is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 229 | 255 | - |
| CMYK | 0.36 | 0.10 | 0 | 0 |
| HSL | 196.96º | 1% | 0.82% | - |
| HSV(B) | 196.96º | 0.36% | 1% | - |
| XYZ | 61.17 | 71.05 | 105.1 | - |
| YUV | 212.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 255 | 0.36 | 0.10 | 0 | 0 | 196.96 | 1 | 0.82 |
| Hex | A3 | E5 | FF | 24 | A | 0 | 0 | C5 | 64 | 52 |
| Octal | 243 | 345 | 377 | 44 | 12 | 0 | 0 | 305 | 144 | 122 |
| Binary | 10100011 | 11100101 | 11111111 | 100100 | 1010 | 0 | 0 | 11000101 | 1100100 | 1010010 |
Color Harmonies of #A3E5FF
Complementary color
Monochromatic Colors of #A3E5FF
Black with #A3E5FF
Text Example
Text Example
White with #A3E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E5FF; }
p { color: rgb(163,229,255); }
H1.HeaderClassName
{
color: #A3E5FF;
}
.AnyTagClassName
{
color: #A3E5FF;
}
</style>
background-color css
<style>
a { background-color: #A3E5FF; }
a { background-color: rgb(163,229,255); }
div.DivClassName
{
background-color: #A3E5FF;
}
.BgClassName
{
background-color: #A3E5FF;
}
</style>
border-color css
<style>
span { border-color: #A3E5FF; }
span { border-color: rgb(163,229,255); }
td.TdClassName
{
border-color: #A3E5FF;
}
.TagClassName
{
border-color: #A3E5FF;
}
</style>