Shades of Columbia Blue #A0E0FB
Tints of Columbia Blue #A0E0FB
RGB
CMYK
RGB Variations
Color information
#A0E0FB (or 0xA0E0FB) is known color: Columbia Blue. HEX triplet: A0, E0 and FB. RGB value is (160,224,251). Sum of RGB (Red+Green+Blue) = 160+224+251=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0E0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E0FB is #5F1F04. Grayscale: #CFCFCF. Windows color (decimal): -6233861 or 16507040. OLE color: 16507040.
HSL color Cylindrical-coordinate representation of color #A0E0FB: hue angle of 197.8º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0E0FB is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 224 | 251 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.02 |
| HSL | 197.8º | 0.92% | 0.81% | - |
| HSV(B) | 197.8º | 0.36% | 0.98% | - |
| XYZ | 58.57 | 67.75 | 101.26 | - |
| YUV | 207.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 251 | 0.36 | 0.11 | 0 | 0.02 | 197.8 | 0.92 | 0.81 |
| Hex | A0 | E0 | FB | 24 | B | 0 | 2 | C6 | 5C | 51 |
| Octal | 240 | 340 | 373 | 44 | 13 | 0 | 2 | 306 | 134 | 121 |
| Binary | 10100000 | 11100000 | 11111011 | 100100 | 1011 | 0 | 10 | 11000110 | 1011100 | 1010001 |
Color Harmonies of #A0E0FB
Complementary color
Monochromatic Colors of #A0E0FB
Black with #A0E0FB
Text Example
Text Example
White with #A0E0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0FB; }
p { color: rgb(160,224,251); }
H1.HeaderClassName
{
color: #A0E0FB;
}
.AnyTagClassName
{
color: #A0E0FB;
}
</style>
background-color css
<style>
a { background-color: #A0E0FB; }
a { background-color: rgb(160,224,251); }
div.DivClassName
{
background-color: #A0E0FB;
}
.BgClassName
{
background-color: #A0E0FB;
}
</style>
border-color css
<style>
span { border-color: #A0E0FB; }
span { border-color: rgb(160,224,251); }
td.TdClassName
{
border-color: #A0E0FB;
}
.TagClassName
{
border-color: #A0E0FB;
}
</style>