Shades of Columbia Blue #A8DAFF
Tints of Columbia Blue #A8DAFF
RGB
CMYK
RGB Variations
Color information
#A8DAFF (or 0xA8DAFF) is known color: Columbia Blue. HEX triplet: A8, DA and FF. RGB value is (168,218,255). Sum of RGB (Red+Green+Blue) = 168+218+255=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFF is #572500. Grayscale: #CFCFCF. Windows color (decimal): -5711105 or 16767656. OLE color: 16767656.
HSL color Cylindrical-coordinate representation of color #A8DAFF: hue angle of 205.52º 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 #A8DAFF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 218 | 255 | - |
| CMYK | 0.34 | 0.15 | 0 | 0 |
| HSL | 205.52º | 1% | 0.83% | - |
| HSV(B) | 205.52º | 0.34% | 1% | - |
| XYZ | 59.27 | 65.69 | 104.16 | - |
| YUV | 207.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 255 | 0.34 | 0.15 | 0 | 0 | 205.52 | 1 | 0.83 |
| Hex | A8 | DA | FF | 22 | F | 0 | 0 | CE | 64 | 53 |
| Octal | 250 | 332 | 377 | 42 | 17 | 0 | 0 | 316 | 144 | 123 |
| Binary | 10101000 | 11011010 | 11111111 | 100010 | 1111 | 0 | 0 | 11001110 | 1100100 | 1010011 |
Color Harmonies of #A8DAFF
Complementary color
Monochromatic Colors of #A8DAFF
Black with #A8DAFF
Text Example
Text Example
White with #A8DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAFF; }
p { color: rgb(168,218,255); }
H1.HeaderClassName
{
color: #A8DAFF;
}
.AnyTagClassName
{
color: #A8DAFF;
}
</style>
background-color css
<style>
a { background-color: #A8DAFF; }
a { background-color: rgb(168,218,255); }
div.DivClassName
{
background-color: #A8DAFF;
}
.BgClassName
{
background-color: #A8DAFF;
}
</style>
border-color css
<style>
span { border-color: #A8DAFF; }
span { border-color: rgb(168,218,255); }
td.TdClassName
{
border-color: #A8DAFF;
}
.TagClassName
{
border-color: #A8DAFF;
}
</style>