Shades of Columbia Blue #A5E2FC
Tints of Columbia Blue #A5E2FC
RGB
CMYK
RGB Variations
Color information
#A5E2FC (or 0xA5E2FC) is known color: Columbia Blue. HEX triplet: A5, E2 and FC. RGB value is (165,226,252). Sum of RGB (Red+Green+Blue) = 165+226+252=643 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.66% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E2FC is #5A1D03. Grayscale: #D2D2D2. Windows color (decimal): -5905668 or 16573093. OLE color: 16573093.
HSL color Cylindrical-coordinate representation of color #A5E2FC: hue angle of 197.93º 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 #A5E2FC is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 226 | 252 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.01 |
| HSL | 197.93º | 0.94% | 0.82% | - |
| HSV(B) | 197.93º | 0.35% | 0.99% | - |
| XYZ | 60.28 | 69.42 | 102.32 | - |
| YUV | 210.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 252 | 0.35 | 0.10 | 0 | 0.01 | 197.93 | 0.94 | 0.82 |
| Hex | A5 | E2 | FC | 23 | A | 0 | 1 | C6 | 5E | 52 |
| Octal | 245 | 342 | 374 | 43 | 12 | 0 | 1 | 306 | 136 | 122 |
| Binary | 10100101 | 11100010 | 11111100 | 100011 | 1010 | 0 | 1 | 11000110 | 1011110 | 1010010 |
Color Harmonies of #A5E2FC
Complementary color
Monochromatic Colors of #A5E2FC
Black with #A5E2FC
Text Example
Text Example
White with #A5E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E2FC; }
p { color: rgb(165,226,252); }
H1.HeaderClassName
{
color: #A5E2FC;
}
.AnyTagClassName
{
color: #A5E2FC;
}
</style>
background-color css
<style>
a { background-color: #A5E2FC; }
a { background-color: rgb(165,226,252); }
div.DivClassName
{
background-color: #A5E2FC;
}
.BgClassName
{
background-color: #A5E2FC;
}
</style>
border-color css
<style>
span { border-color: #A5E2FC; }
span { border-color: rgb(165,226,252); }
td.TdClassName
{
border-color: #A5E2FC;
}
.TagClassName
{
border-color: #A5E2FC;
}
</style>