Shades of Columbia Blue #A8DAF6
Tints of Columbia Blue #A8DAF6
RGB
CMYK
RGB Variations
Color information
#A8DAF6 (or 0xA8DAF6) is known color: Columbia Blue. HEX triplet: A8, DA and F6. RGB value is (168,218,246). Sum of RGB (Red+Green+Blue) = 168+218+246=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8DAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAF6 is #572509. Grayscale: #CECECE. Windows color (decimal): -5711114 or 16177832. OLE color: 16177832.
HSL color Cylindrical-coordinate representation of color #A8DAF6: hue angle of 201.54º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8DAF6 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 218 | 246 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.04 |
| HSL | 201.54º | 0.81% | 0.81% | - |
| HSV(B) | 201.54º | 0.32% | 0.96% | - |
| XYZ | 57.85 | 65.12 | 96.71 | - |
| YUV | 206.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 246 | 0.32 | 0.11 | 0 | 0.04 | 201.54 | 0.81 | 0.81 |
| Hex | A8 | DA | F6 | 20 | B | 0 | 4 | CA | 51 | 51 |
| Octal | 250 | 332 | 366 | 40 | 13 | 0 | 4 | 312 | 121 | 121 |
| Binary | 10101000 | 11011010 | 11110110 | 100000 | 1011 | 0 | 100 | 11001010 | 1010001 | 1010001 |
Color Harmonies of #A8DAF6
Complementary color
Monochromatic Colors of #A8DAF6
Black with #A8DAF6
Text Example
Text Example
White with #A8DAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAF6; }
p { color: rgb(168,218,246); }
H1.HeaderClassName
{
color: #A8DAF6;
}
.AnyTagClassName
{
color: #A8DAF6;
}
</style>
background-color css
<style>
a { background-color: #A8DAF6; }
a { background-color: rgb(168,218,246); }
div.DivClassName
{
background-color: #A8DAF6;
}
.BgClassName
{
background-color: #A8DAF6;
}
</style>
border-color css
<style>
span { border-color: #A8DAF6; }
span { border-color: rgb(168,218,246); }
td.TdClassName
{
border-color: #A8DAF6;
}
.TagClassName
{
border-color: #A8DAF6;
}
</style>