Shades of Columbia Blue #A5E0FF
Tints of Columbia Blue #A5E0FF
RGB
CMYK
RGB Variations
Color information
#A5E0FF (or 0xA5E0FF) is known color: Columbia Blue. HEX triplet: A5, E0 and FF. RGB value is (165,224,255). Sum of RGB (Red+Green+Blue) = 165+224+255=644 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.62% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5E0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E0FF is #5A1F00. Grayscale: #D1D1D1. Windows color (decimal): -5906177 or 16769189. OLE color: 16769189.
HSL color Cylindrical-coordinate representation of color #A5E0FF: hue angle of 200.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5E0FF is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 224 | 255 | - |
| CMYK | 0.35 | 0.12 | 0 | 0 |
| HSL | 200.67º | 1% | 0.82% | - |
| HSV(B) | 200.67º | 0.35% | 1% | - |
| XYZ | 60.22 | 68.53 | 104.66 | - |
| YUV | 209.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 255 | 0.35 | 0.12 | 0 | 0 | 200.67 | 1 | 0.82 |
| Hex | A5 | E0 | FF | 23 | C | 0 | 0 | C9 | 64 | 52 |
| Octal | 245 | 340 | 377 | 43 | 14 | 0 | 0 | 311 | 144 | 122 |
| Binary | 10100101 | 11100000 | 11111111 | 100011 | 1100 | 0 | 0 | 11001001 | 1100100 | 1010010 |
Color Harmonies of #A5E0FF
Complementary color
Monochromatic Colors of #A5E0FF
Black with #A5E0FF
Text Example
Text Example
White with #A5E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E0FF; }
p { color: rgb(165,224,255); }
H1.HeaderClassName
{
color: #A5E0FF;
}
.AnyTagClassName
{
color: #A5E0FF;
}
</style>
background-color css
<style>
a { background-color: #A5E0FF; }
a { background-color: rgb(165,224,255); }
div.DivClassName
{
background-color: #A5E0FF;
}
.BgClassName
{
background-color: #A5E0FF;
}
</style>
border-color css
<style>
span { border-color: #A5E0FF; }
span { border-color: rgb(165,224,255); }
td.TdClassName
{
border-color: #A5E0FF;
}
.TagClassName
{
border-color: #A5E0FF;
}
</style>