Shades of Columbia Blue #A0DFFD
Tints of Columbia Blue #A0DFFD
RGB
CMYK
RGB Variations
Color information
#A0DFFD (or 0xA0DFFD) is known color: Columbia Blue. HEX triplet: A0, DF and FD. RGB value is (160,223,253). Sum of RGB (Red+Green+Blue) = 160+223+253=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DFFD is #5F2002. Grayscale: #CFCFCF. Windows color (decimal): -6234115 or 16637856. OLE color: 16637856.
HSL color Cylindrical-coordinate representation of color #A0DFFD: hue angle of 199.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DFFD is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 223 | 253 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.01 |
| HSL | 199.35º | 0.96% | 0.81% | - |
| HSV(B) | 199.35º | 0.37% | 0.99% | - |
| XYZ | 58.61 | 67.34 | 102.84 | - |
| YUV | 207.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 253 | 0.37 | 0.12 | 0 | 0.01 | 199.35 | 0.96 | 0.81 |
| Hex | A0 | DF | FD | 25 | C | 0 | 1 | C7 | 60 | 51 |
| Octal | 240 | 337 | 375 | 45 | 14 | 0 | 1 | 307 | 140 | 121 |
| Binary | 10100000 | 11011111 | 11111101 | 100101 | 1100 | 0 | 1 | 11000111 | 1100000 | 1010001 |
Color Harmonies of #A0DFFD
Complementary color
Monochromatic Colors of #A0DFFD
Black with #A0DFFD
Text Example
Text Example
White with #A0DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFFD; }
p { color: rgb(160,223,253); }
H1.HeaderClassName
{
color: #A0DFFD;
}
.AnyTagClassName
{
color: #A0DFFD;
}
</style>
background-color css
<style>
a { background-color: #A0DFFD; }
a { background-color: rgb(160,223,253); }
div.DivClassName
{
background-color: #A0DFFD;
}
.BgClassName
{
background-color: #A0DFFD;
}
</style>
border-color css
<style>
span { border-color: #A0DFFD; }
span { border-color: rgb(160,223,253); }
td.TdClassName
{
border-color: #A0DFFD;
}
.TagClassName
{
border-color: #A0DFFD;
}
</style>