Shades of Columbia Blue #A5E4FA
Tints of Columbia Blue #A5E4FA
RGB
CMYK
RGB Variations
Color information
#A5E4FA (or 0xA5E4FA) is known color: Columbia Blue. HEX triplet: A5, E4 and FA. RGB value is (165,228,250). Sum of RGB (Red+Green+Blue) = 165+228+250=643 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.66% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5E4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E4FA is #5A1B05. Grayscale: #D3D3D3. Windows color (decimal): -5905158 or 16442533. OLE color: 16442533.
HSL color Cylindrical-coordinate representation of color #A5E4FA: hue angle of 195.53º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5E4FA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 228 | 250 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.02 |
| HSL | 195.53º | 0.89% | 0.81% | - |
| HSV(B) | 195.53º | 0.34% | 0.98% | - |
| XYZ | 60.52 | 70.39 | 100.84 | - |
| YUV | 211.67 | 149.63 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 250 | 0.34 | 0.09 | 0 | 0.02 | 195.53 | 0.89 | 0.81 |
| Hex | A5 | E4 | FA | 22 | 9 | 0 | 2 | C4 | 59 | 51 |
| Octal | 245 | 344 | 372 | 42 | 11 | 0 | 2 | 304 | 131 | 121 |
| Binary | 10100101 | 11100100 | 11111010 | 100010 | 1001 | 0 | 10 | 11000100 | 1011001 | 1010001 |
Color Harmonies of #A5E4FA
Complementary color
Monochromatic Colors of #A5E4FA
Black with #A5E4FA
Text Example
Text Example
White with #A5E4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E4FA; }
p { color: rgb(165,228,250); }
H1.HeaderClassName
{
color: #A5E4FA;
}
.AnyTagClassName
{
color: #A5E4FA;
}
</style>
background-color css
<style>
a { background-color: #A5E4FA; }
a { background-color: rgb(165,228,250); }
div.DivClassName
{
background-color: #A5E4FA;
}
.BgClassName
{
background-color: #A5E4FA;
}
</style>
border-color css
<style>
span { border-color: #A5E4FA; }
span { border-color: rgb(165,228,250); }
td.TdClassName
{
border-color: #A5E4FA;
}
.TagClassName
{
border-color: #A5E4FA;
}
</style>