Shades of Columbia Blue #A8D9FE
Tints of Columbia Blue #A8D9FE
RGB
CMYK
RGB Variations
Color information
#A8D9FE (or 0xA8D9FE) is known color: Columbia Blue. HEX triplet: A8, D9 and FE. RGB value is (168,217,254). Sum of RGB (Red+Green+Blue) = 168+217+254=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9FE is #572601. Grayscale: #CECECE. Windows color (decimal): -5711362 or 16701864. OLE color: 16701864.
HSL color Cylindrical-coordinate representation of color #A8D9FE: hue angle of 205.81º 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 #A8D9FE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 217 | 254 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.00 |
| HSL | 205.81º | 0.98% | 0.83% | - |
| HSV(B) | 205.81º | 0.34% | 1% | - |
| XYZ | 58.85 | 65.11 | 103.23 | - |
| YUV | 206.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 254 | 0.34 | 0.15 | 0 | 0.00 | 205.81 | 0.98 | 0.83 |
| Hex | A8 | D9 | FE | 22 | F | 0 | 0 | CE | 62 | 53 |
| Octal | 250 | 331 | 376 | 42 | 17 | 0 | 0 | 316 | 142 | 123 |
| Binary | 10101000 | 11011001 | 11111110 | 100010 | 1111 | 0 | 0 | 11001110 | 1100010 | 1010011 |
Color Harmonies of #A8D9FE
Complementary color
Monochromatic Colors of #A8D9FE
Black with #A8D9FE
Text Example
Text Example
White with #A8D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9FE; }
p { color: rgb(168,217,254); }
H1.HeaderClassName
{
color: #A8D9FE;
}
.AnyTagClassName
{
color: #A8D9FE;
}
</style>
background-color css
<style>
a { background-color: #A8D9FE; }
a { background-color: rgb(168,217,254); }
div.DivClassName
{
background-color: #A8D9FE;
}
.BgClassName
{
background-color: #A8D9FE;
}
</style>
border-color css
<style>
span { border-color: #A8D9FE; }
span { border-color: rgb(168,217,254); }
td.TdClassName
{
border-color: #A8D9FE;
}
.TagClassName
{
border-color: #A8D9FE;
}
</style>