Shades of Columbia Blue #A8E3FD
Tints of Columbia Blue #A8E3FD
RGB
CMYK
RGB Variations
Color information
#A8E3FD (or 0xA8E3FD) is known color: Columbia Blue. HEX triplet: A8, E3 and FD. RGB value is (168,227,253). Sum of RGB (Red+Green+Blue) = 168+227+253=648 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.93% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8E3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E3FD is #571C02. Grayscale: #D4D4D4. Windows color (decimal): -5708803 or 16638888. OLE color: 16638888.
HSL color Cylindrical-coordinate representation of color #A8E3FD: hue angle of 198.35º 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 #A8E3FD is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 227 | 253 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.01 |
| HSL | 198.35º | 0.96% | 0.83% | - |
| HSV(B) | 198.35º | 0.34% | 0.99% | - |
| XYZ | 61.35 | 70.35 | 103.28 | - |
| YUV | 212.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 253 | 0.34 | 0.10 | 0 | 0.01 | 198.35 | 0.96 | 0.83 |
| Hex | A8 | E3 | FD | 22 | A | 0 | 1 | C6 | 60 | 53 |
| Octal | 250 | 343 | 375 | 42 | 12 | 0 | 1 | 306 | 140 | 123 |
| Binary | 10101000 | 11100011 | 11111101 | 100010 | 1010 | 0 | 1 | 11000110 | 1100000 | 1010011 |
Color Harmonies of #A8E3FD
Complementary color
Monochromatic Colors of #A8E3FD
Black with #A8E3FD
Text Example
Text Example
White with #A8E3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E3FD; }
p { color: rgb(168,227,253); }
H1.HeaderClassName
{
color: #A8E3FD;
}
.AnyTagClassName
{
color: #A8E3FD;
}
</style>
background-color css
<style>
a { background-color: #A8E3FD; }
a { background-color: rgb(168,227,253); }
div.DivClassName
{
background-color: #A8E3FD;
}
.BgClassName
{
background-color: #A8E3FD;
}
</style>
border-color css
<style>
span { border-color: #A8E3FD; }
span { border-color: rgb(168,227,253); }
td.TdClassName
{
border-color: #A8E3FD;
}
.TagClassName
{
border-color: #A8E3FD;
}
</style>