Shades of Columbia Blue #A0DEFA
Tints of Columbia Blue #A0DEFA
RGB
CMYK
RGB Variations
Color information
#A0DEFA (or 0xA0DEFA) is known color: Columbia Blue. HEX triplet: A0, DE and FA. RGB value is (160,222,250). Sum of RGB (Red+Green+Blue) = 160+222+250=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DEFA is #5F2105. Grayscale: #CECECE. Windows color (decimal): -6234374 or 16440992. OLE color: 16440992.
HSL color Cylindrical-coordinate representation of color #A0DEFA: hue angle of 198.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0DEFA is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 222 | 250 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.02 |
| HSL | 198.67º | 0.9% | 0.8% | - |
| HSV(B) | 198.67º | 0.36% | 0.98% | - |
| XYZ | 57.87 | 66.62 | 100.25 | - |
| YUV | 206.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 250 | 0.36 | 0.11 | 0 | 0.02 | 198.67 | 0.9 | 0.8 |
| Hex | A0 | DE | FA | 24 | B | 0 | 2 | C7 | 5A | 50 |
| Octal | 240 | 336 | 372 | 44 | 13 | 0 | 2 | 307 | 132 | 120 |
| Binary | 10100000 | 11011110 | 11111010 | 100100 | 1011 | 0 | 10 | 11000111 | 1011010 | 1010000 |
Color Harmonies of #A0DEFA
Complementary color
Monochromatic Colors of #A0DEFA
Black with #A0DEFA
Text Example
Text Example
White with #A0DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEFA; }
p { color: rgb(160,222,250); }
H1.HeaderClassName
{
color: #A0DEFA;
}
.AnyTagClassName
{
color: #A0DEFA;
}
</style>
background-color css
<style>
a { background-color: #A0DEFA; }
a { background-color: rgb(160,222,250); }
div.DivClassName
{
background-color: #A0DEFA;
}
.BgClassName
{
background-color: #A0DEFA;
}
</style>
border-color css
<style>
span { border-color: #A0DEFA; }
span { border-color: rgb(160,222,250); }
td.TdClassName
{
border-color: #A0DEFA;
}
.TagClassName
{
border-color: #A0DEFA;
}
</style>