Shades of Columbia Blue #A8E8FD
Tints of Columbia Blue #A8E8FD
RGB
CMYK
RGB Variations
Color information
#A8E8FD (or 0xA8E8FD) is known color: Columbia Blue. HEX triplet: A8, E8 and FD. RGB value is (168,232,253). Sum of RGB (Red+Green+Blue) = 168+232+253=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8E8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E8FD is #571702. Grayscale: #D7D7D7. Windows color (decimal): -5707523 or 16640168. OLE color: 16640168.
HSL color Cylindrical-coordinate representation of color #A8E8FD: hue angle of 194.82º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8E8FD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 232 | 253 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.01 |
| HSL | 194.82º | 0.96% | 0.83% | - |
| HSV(B) | 194.82º | 0.34% | 0.99% | - |
| XYZ | 62.73 | 73.13 | 103.74 | - |
| YUV | 215.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 253 | 0.34 | 0.08 | 0 | 0.01 | 194.82 | 0.96 | 0.83 |
| Hex | A8 | E8 | FD | 22 | 8 | 0 | 1 | C3 | 60 | 53 |
| Octal | 250 | 350 | 375 | 42 | 10 | 0 | 1 | 303 | 140 | 123 |
| Binary | 10101000 | 11101000 | 11111101 | 100010 | 1000 | 0 | 1 | 11000011 | 1100000 | 1010011 |
Color Harmonies of #A8E8FD
Complementary color
Monochromatic Colors of #A8E8FD
Black with #A8E8FD
Text Example
Text Example
White with #A8E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E8FD; }
p { color: rgb(168,232,253); }
H1.HeaderClassName
{
color: #A8E8FD;
}
.AnyTagClassName
{
color: #A8E8FD;
}
</style>
background-color css
<style>
a { background-color: #A8E8FD; }
a { background-color: rgb(168,232,253); }
div.DivClassName
{
background-color: #A8E8FD;
}
.BgClassName
{
background-color: #A8E8FD;
}
</style>
border-color css
<style>
span { border-color: #A8E8FD; }
span { border-color: rgb(168,232,253); }
td.TdClassName
{
border-color: #A8E8FD;
}
.TagClassName
{
border-color: #A8E8FD;
}
</style>