Shades of Columbia Blue #A8DCFE
Tints of Columbia Blue #A8DCFE
RGB
CMYK
RGB Variations
Color information
#A8DCFE (or 0xA8DCFE) is known color: Columbia Blue. HEX triplet: A8, DC and FE. RGB value is (168,220,254). Sum of RGB (Red+Green+Blue) = 168+220+254=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCFE is #572301. Grayscale: #D0D0D0. Windows color (decimal): -5710594 or 16702632. OLE color: 16702632.
HSL color Cylindrical-coordinate representation of color #A8DCFE: hue angle of 203.72º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DCFE is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 220 | 254 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.00 |
| HSL | 203.72º | 0.98% | 0.83% | - |
| HSV(B) | 203.72º | 0.34% | 1% | - |
| XYZ | 59.63 | 66.67 | 103.49 | - |
| YUV | 208.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 254 | 0.34 | 0.13 | 0 | 0.00 | 203.72 | 0.98 | 0.83 |
| Hex | A8 | DC | FE | 22 | D | 0 | 0 | CC | 62 | 53 |
| Octal | 250 | 334 | 376 | 42 | 15 | 0 | 0 | 314 | 142 | 123 |
| Binary | 10101000 | 11011100 | 11111110 | 100010 | 1101 | 0 | 0 | 11001100 | 1100010 | 1010011 |
Color Harmonies of #A8DCFE
Complementary color
Monochromatic Colors of #A8DCFE
Black with #A8DCFE
Text Example
Text Example
White with #A8DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCFE; }
p { color: rgb(168,220,254); }
H1.HeaderClassName
{
color: #A8DCFE;
}
.AnyTagClassName
{
color: #A8DCFE;
}
</style>
background-color css
<style>
a { background-color: #A8DCFE; }
a { background-color: rgb(168,220,254); }
div.DivClassName
{
background-color: #A8DCFE;
}
.BgClassName
{
background-color: #A8DCFE;
}
</style>
border-color css
<style>
span { border-color: #A8DCFE; }
span { border-color: rgb(168,220,254); }
td.TdClassName
{
border-color: #A8DCFE;
}
.TagClassName
{
border-color: #A8DCFE;
}
</style>