Shades of Columbia Blue #A5E6FF
Tints of Columbia Blue #A5E6FF
RGB
CMYK
RGB Variations
Color information
#A5E6FF (or 0xA5E6FF) is known color: Columbia Blue. HEX triplet: A5, E6 and FF. RGB value is (165,230,255). Sum of RGB (Red+Green+Blue) = 165+230+255=650 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.38% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E6FF is #5A1900. Grayscale: #D5D5D5. Windows color (decimal): -5904641 or 16770725. OLE color: 16770725.
HSL color Cylindrical-coordinate representation of color #A5E6FF: hue angle of 196.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 #A5E6FF is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 230 | 255 | - |
| CMYK | 0.35 | 0.10 | 0 | 0 |
| HSL | 196.67º | 1% | 0.82% | - |
| HSV(B) | 196.67º | 0.35% | 1% | - |
| XYZ | 61.86 | 71.81 | 105.21 | - |
| YUV | 213.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 255 | 0.35 | 0.10 | 0 | 0 | 196.67 | 1 | 0.82 |
| Hex | A5 | E6 | FF | 23 | A | 0 | 0 | C5 | 64 | 52 |
| Octal | 245 | 346 | 377 | 43 | 12 | 0 | 0 | 305 | 144 | 122 |
| Binary | 10100101 | 11100110 | 11111111 | 100011 | 1010 | 0 | 0 | 11000101 | 1100100 | 1010010 |
Color Harmonies of #A5E6FF
Complementary color
Monochromatic Colors of #A5E6FF
Black with #A5E6FF
Text Example
Text Example
White with #A5E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E6FF; }
p { color: rgb(165,230,255); }
H1.HeaderClassName
{
color: #A5E6FF;
}
.AnyTagClassName
{
color: #A5E6FF;
}
</style>
background-color css
<style>
a { background-color: #A5E6FF; }
a { background-color: rgb(165,230,255); }
div.DivClassName
{
background-color: #A5E6FF;
}
.BgClassName
{
background-color: #A5E6FF;
}
</style>
border-color css
<style>
span { border-color: #A5E6FF; }
span { border-color: rgb(165,230,255); }
td.TdClassName
{
border-color: #A5E6FF;
}
.TagClassName
{
border-color: #A5E6FF;
}
</style>