Shades of Columbia Blue #A5E1FC
Tints of Columbia Blue #A5E1FC
RGB
CMYK
RGB Variations
Color information
#A5E1FC (or 0xA5E1FC) is known color: Columbia Blue. HEX triplet: A5, E1 and FC. RGB value is (165,225,252). Sum of RGB (Red+Green+Blue) = 165+225+252=642 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.70% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E1FC is #5A1E03. Grayscale: #D1D1D1. Windows color (decimal): -5905924 or 16572837. OLE color: 16572837.
HSL color Cylindrical-coordinate representation of color #A5E1FC: hue angle of 198.62º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5E1FC is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 225 | 252 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.01 |
| HSL | 198.62º | 0.94% | 0.82% | - |
| HSV(B) | 198.62º | 0.35% | 0.99% | - |
| XYZ | 60.01 | 68.88 | 102.23 | - |
| YUV | 210.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 252 | 0.35 | 0.11 | 0 | 0.01 | 198.62 | 0.94 | 0.82 |
| Hex | A5 | E1 | FC | 23 | B | 0 | 1 | C7 | 5E | 52 |
| Octal | 245 | 341 | 374 | 43 | 13 | 0 | 1 | 307 | 136 | 122 |
| Binary | 10100101 | 11100001 | 11111100 | 100011 | 1011 | 0 | 1 | 11000111 | 1011110 | 1010010 |
Color Harmonies of #A5E1FC
Complementary color
Monochromatic Colors of #A5E1FC
Black with #A5E1FC
Text Example
Text Example
White with #A5E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1FC; }
p { color: rgb(165,225,252); }
H1.HeaderClassName
{
color: #A5E1FC;
}
.AnyTagClassName
{
color: #A5E1FC;
}
</style>
background-color css
<style>
a { background-color: #A5E1FC; }
a { background-color: rgb(165,225,252); }
div.DivClassName
{
background-color: #A5E1FC;
}
.BgClassName
{
background-color: #A5E1FC;
}
</style>
border-color css
<style>
span { border-color: #A5E1FC; }
span { border-color: rgb(165,225,252); }
td.TdClassName
{
border-color: #A5E1FC;
}
.TagClassName
{
border-color: #A5E1FC;
}
</style>