Shades of Columbia Blue #A8DEFD
Tints of Columbia Blue #A8DEFD
RGB
CMYK
RGB Variations
Color information
#A8DEFD (or 0xA8DEFD) is known color: Columbia Blue. HEX triplet: A8, DE and FD. RGB value is (168,222,253). Sum of RGB (Red+Green+Blue) = 168+222+253=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DEFD is #572102. Grayscale: #D1D1D1. Windows color (decimal): -5710083 or 16637608. OLE color: 16637608.
HSL color Cylindrical-coordinate representation of color #A8DEFD: hue angle of 201.88º 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 #A8DEFD is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 222 | 253 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.01 |
| HSL | 201.88º | 0.96% | 0.83% | - |
| HSV(B) | 201.88º | 0.34% | 0.99% | - |
| XYZ | 60 | 67.66 | 102.83 | - |
| YUV | 209.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 253 | 0.34 | 0.12 | 0 | 0.01 | 201.88 | 0.96 | 0.83 |
| Hex | A8 | DE | FD | 22 | C | 0 | 1 | CA | 60 | 53 |
| Octal | 250 | 336 | 375 | 42 | 14 | 0 | 1 | 312 | 140 | 123 |
| Binary | 10101000 | 11011110 | 11111101 | 100010 | 1100 | 0 | 1 | 11001010 | 1100000 | 1010011 |
Color Harmonies of #A8DEFD
Complementary color
Monochromatic Colors of #A8DEFD
Black with #A8DEFD
Text Example
Text Example
White with #A8DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEFD; }
p { color: rgb(168,222,253); }
H1.HeaderClassName
{
color: #A8DEFD;
}
.AnyTagClassName
{
color: #A8DEFD;
}
</style>
background-color css
<style>
a { background-color: #A8DEFD; }
a { background-color: rgb(168,222,253); }
div.DivClassName
{
background-color: #A8DEFD;
}
.BgClassName
{
background-color: #A8DEFD;
}
</style>
border-color css
<style>
span { border-color: #A8DEFD; }
span { border-color: rgb(168,222,253); }
td.TdClassName
{
border-color: #A8DEFD;
}
.TagClassName
{
border-color: #A8DEFD;
}
</style>