Shades of Columbia Blue #A8DCFF
Tints of Columbia Blue #A8DCFF
RGB
CMYK
RGB Variations
Color information
#A8DCFF (or 0xA8DCFF) is known color: Columbia Blue. HEX triplet: A8, DC and FF. RGB value is (168,220,255). Sum of RGB (Red+Green+Blue) = 168+220+255=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCFF is #572300. Grayscale: #D0D0D0. Windows color (decimal): -5710593 or 16768168. OLE color: 16768168.
HSL color Cylindrical-coordinate representation of color #A8DCFF: hue angle of 204.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DCFF is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 220 | 255 | - |
| CMYK | 0.34 | 0.14 | 0 | 0 |
| HSL | 204.14º | 1% | 0.83% | - |
| HSV(B) | 204.14º | 0.34% | 1% | - |
| XYZ | 59.79 | 66.73 | 104.34 | - |
| YUV | 208.44 | 154.27 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 255 | 0.34 | 0.14 | 0 | 0 | 204.14 | 1 | 0.83 |
| Hex | A8 | DC | FF | 22 | E | 0 | 0 | CC | 64 | 53 |
| Octal | 250 | 334 | 377 | 42 | 16 | 0 | 0 | 314 | 144 | 123 |
| Binary | 10101000 | 11011100 | 11111111 | 100010 | 1110 | 0 | 0 | 11001100 | 1100100 | 1010011 |
Color Harmonies of #A8DCFF
Complementary color
Monochromatic Colors of #A8DCFF
Black with #A8DCFF
Text Example
Text Example
White with #A8DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCFF; }
p { color: rgb(168,220,255); }
H1.HeaderClassName
{
color: #A8DCFF;
}
.AnyTagClassName
{
color: #A8DCFF;
}
</style>
background-color css
<style>
a { background-color: #A8DCFF; }
a { background-color: rgb(168,220,255); }
div.DivClassName
{
background-color: #A8DCFF;
}
.BgClassName
{
background-color: #A8DCFF;
}
</style>
border-color css
<style>
span { border-color: #A8DCFF; }
span { border-color: rgb(168,220,255); }
td.TdClassName
{
border-color: #A8DCFF;
}
.TagClassName
{
border-color: #A8DCFF;
}
</style>