Shades of Columbia Blue #A8DAFE
Tints of Columbia Blue #A8DAFE
RGB
CMYK
RGB Variations
Color information
#A8DAFE (or 0xA8DAFE) is known color: Columbia Blue. HEX triplet: A8, DA and FE. RGB value is (168,218,254). Sum of RGB (Red+Green+Blue) = 168+218+254=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFE is #572501. Grayscale: #CECECE. Windows color (decimal): -5711106 or 16702120. OLE color: 16702120.
HSL color Cylindrical-coordinate representation of color #A8DAFE: hue angle of 205.12º 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 #A8DAFE is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 218 | 254 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.00 |
| HSL | 205.12º | 0.98% | 0.83% | - |
| HSV(B) | 205.12º | 0.34% | 1% | - |
| XYZ | 59.11 | 65.62 | 103.32 | - |
| YUV | 207.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 254 | 0.34 | 0.14 | 0 | 0.00 | 205.12 | 0.98 | 0.83 |
| Hex | A8 | DA | FE | 22 | E | 0 | 0 | CD | 62 | 53 |
| Octal | 250 | 332 | 376 | 42 | 16 | 0 | 0 | 315 | 142 | 123 |
| Binary | 10101000 | 11011010 | 11111110 | 100010 | 1110 | 0 | 0 | 11001101 | 1100010 | 1010011 |
Color Harmonies of #A8DAFE
Complementary color
Monochromatic Colors of #A8DAFE
Black with #A8DAFE
Text Example
Text Example
White with #A8DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAFE; }
p { color: rgb(168,218,254); }
H1.HeaderClassName
{
color: #A8DAFE;
}
.AnyTagClassName
{
color: #A8DAFE;
}
</style>
background-color css
<style>
a { background-color: #A8DAFE; }
a { background-color: rgb(168,218,254); }
div.DivClassName
{
background-color: #A8DAFE;
}
.BgClassName
{
background-color: #A8DAFE;
}
</style>
border-color css
<style>
span { border-color: #A8DAFE; }
span { border-color: rgb(168,218,254); }
td.TdClassName
{
border-color: #A8DAFE;
}
.TagClassName
{
border-color: #A8DAFE;
}
</style>