Shades of Columbia Blue #A0DFFE
Tints of Columbia Blue #A0DFFE
RGB
CMYK
RGB Variations
Color information
#A0DFFE (or 0xA0DFFE) is known color: Columbia Blue. HEX triplet: A0, DF and FE. RGB value is (160,223,254). Sum of RGB (Red+Green+Blue) = 160+223+254=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DFFE is #5F2001. Grayscale: #CFCFCF. Windows color (decimal): -6234114 or 16703392. OLE color: 16703392.
HSL color Cylindrical-coordinate representation of color #A0DFFE: hue angle of 199.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DFFE is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 223 | 254 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.00 |
| HSL | 199.79º | 0.98% | 0.81% | - |
| HSV(B) | 199.79º | 0.37% | 1% | - |
| XYZ | 58.77 | 67.4 | 103.68 | - |
| YUV | 207.7 | 154.13 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 254 | 0.37 | 0.12 | 0 | 0.00 | 199.79 | 0.98 | 0.81 |
| Hex | A0 | DF | FE | 25 | C | 0 | 0 | C8 | 62 | 51 |
| Octal | 240 | 337 | 376 | 45 | 14 | 0 | 0 | 310 | 142 | 121 |
| Binary | 10100000 | 11011111 | 11111110 | 100101 | 1100 | 0 | 0 | 11001000 | 1100010 | 1010001 |
Color Harmonies of #A0DFFE
Complementary color
Monochromatic Colors of #A0DFFE
Black with #A0DFFE
Text Example
Text Example
White with #A0DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFFE; }
p { color: rgb(160,223,254); }
H1.HeaderClassName
{
color: #A0DFFE;
}
.AnyTagClassName
{
color: #A0DFFE;
}
</style>
background-color css
<style>
a { background-color: #A0DFFE; }
a { background-color: rgb(160,223,254); }
div.DivClassName
{
background-color: #A0DFFE;
}
.BgClassName
{
background-color: #A0DFFE;
}
</style>
border-color css
<style>
span { border-color: #A0DFFE; }
span { border-color: rgb(160,223,254); }
td.TdClassName
{
border-color: #A0DFFE;
}
.TagClassName
{
border-color: #A0DFFE;
}
</style>