Shades of Columbia Blue #A8DAFB
Tints of Columbia Blue #A8DAFB
RGB
CMYK
RGB Variations
Color information
#A8DAFB (or 0xA8DAFB) is known color: Columbia Blue. HEX triplet: A8, DA and FB. RGB value is (168,218,251). Sum of RGB (Red+Green+Blue) = 168+218+251=637 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.37% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8DAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFB is #572504. Grayscale: #CECECE. Windows color (decimal): -5711109 or 16505512. OLE color: 16505512.
HSL color Cylindrical-coordinate representation of color #A8DAFB: hue angle of 203.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DAFB is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 218 | 251 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.02 |
| HSL | 203.86º | 0.91% | 0.82% | - |
| HSV(B) | 203.86º | 0.33% | 0.98% | - |
| XYZ | 58.63 | 65.43 | 100.81 | - |
| YUV | 206.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 251 | 0.33 | 0.13 | 0 | 0.02 | 203.86 | 0.91 | 0.82 |
| Hex | A8 | DA | FB | 21 | D | 0 | 2 | CC | 5B | 52 |
| Octal | 250 | 332 | 373 | 41 | 15 | 0 | 2 | 314 | 133 | 122 |
| Binary | 10101000 | 11011010 | 11111011 | 100001 | 1101 | 0 | 10 | 11001100 | 1011011 | 1010010 |
Color Harmonies of #A8DAFB
Complementary color
Monochromatic Colors of #A8DAFB
Black with #A8DAFB
Text Example
Text Example
White with #A8DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAFB; }
p { color: rgb(168,218,251); }
H1.HeaderClassName
{
color: #A8DAFB;
}
.AnyTagClassName
{
color: #A8DAFB;
}
</style>
background-color css
<style>
a { background-color: #A8DAFB; }
a { background-color: rgb(168,218,251); }
div.DivClassName
{
background-color: #A8DAFB;
}
.BgClassName
{
background-color: #A8DAFB;
}
</style>
border-color css
<style>
span { border-color: #A8DAFB; }
span { border-color: rgb(168,218,251); }
td.TdClassName
{
border-color: #A8DAFB;
}
.TagClassName
{
border-color: #A8DAFB;
}
</style>