Shades of Columbia Blue #A5ECFF
Tints of Columbia Blue #A5ECFF
RGB
CMYK
RGB Variations
Color information
#A5ECFF (or 0xA5ECFF) is known color: Columbia Blue. HEX triplet: A5, EC and FF. RGB value is (165,236,255). Sum of RGB (Red+Green+Blue) = 165+236+255=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECFF is #5A1300. Grayscale: #D8D8D8. Windows color (decimal): -5903105 or 16772261. OLE color: 16772261.
HSL color Cylindrical-coordinate representation of color #A5ECFF: hue angle of 192.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 #A5ECFF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 236 | 255 | - |
| CMYK | 0.35 | 0.07 | 0 | 0 |
| HSL | 192.67º | 1% | 0.82% | - |
| HSV(B) | 192.67º | 0.35% | 1% | - |
| XYZ | 63.56 | 75.21 | 105.77 | - |
| YUV | 216.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 255 | 0.35 | 0.07 | 0 | 0 | 192.67 | 1 | 0.82 |
| Hex | A5 | EC | FF | 23 | 7 | 0 | 0 | C1 | 64 | 52 |
| Octal | 245 | 354 | 377 | 43 | 7 | 0 | 0 | 301 | 144 | 122 |
| Binary | 10100101 | 11101100 | 11111111 | 100011 | 111 | 0 | 0 | 11000001 | 1100100 | 1010010 |
Color Harmonies of #A5ECFF
Complementary color
Monochromatic Colors of #A5ECFF
Black with #A5ECFF
Text Example
Text Example
White with #A5ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECFF; }
p { color: rgb(165,236,255); }
H1.HeaderClassName
{
color: #A5ECFF;
}
.AnyTagClassName
{
color: #A5ECFF;
}
</style>
background-color css
<style>
a { background-color: #A5ECFF; }
a { background-color: rgb(165,236,255); }
div.DivClassName
{
background-color: #A5ECFF;
}
.BgClassName
{
background-color: #A5ECFF;
}
</style>
border-color css
<style>
span { border-color: #A5ECFF; }
span { border-color: rgb(165,236,255); }
td.TdClassName
{
border-color: #A5ECFF;
}
.TagClassName
{
border-color: #A5ECFF;
}
</style>