Shades of Columbia Blue #A8DFFE
Tints of Columbia Blue #A8DFFE
RGB
CMYK
RGB Variations
Color information
#A8DFFE (or 0xA8DFFE) is known color: Columbia Blue. HEX triplet: A8, DF and FE. RGB value is (168,223,254). Sum of RGB (Red+Green+Blue) = 168+223+254=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFFE is #572001. Grayscale: #D1D1D1. Windows color (decimal): -5709826 or 16703400. OLE color: 16703400.
HSL color Cylindrical-coordinate representation of color #A8DFFE: hue angle of 201.63º 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 #A8DFFE is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 223 | 254 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.00 |
| HSL | 201.63º | 0.98% | 0.83% | - |
| HSV(B) | 201.63º | 0.34% | 1% | - |
| XYZ | 60.43 | 68.26 | 103.76 | - |
| YUV | 210.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 254 | 0.34 | 0.12 | 0 | 0.00 | 201.63 | 0.98 | 0.83 |
| Hex | A8 | DF | FE | 22 | C | 0 | 0 | CA | 62 | 53 |
| Octal | 250 | 337 | 376 | 42 | 14 | 0 | 0 | 312 | 142 | 123 |
| Binary | 10101000 | 11011111 | 11111110 | 100010 | 1100 | 0 | 0 | 11001010 | 1100010 | 1010011 |
Color Harmonies of #A8DFFE
Complementary color
Monochromatic Colors of #A8DFFE
Black with #A8DFFE
Text Example
Text Example
White with #A8DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFFE; }
p { color: rgb(168,223,254); }
H1.HeaderClassName
{
color: #A8DFFE;
}
.AnyTagClassName
{
color: #A8DFFE;
}
</style>
background-color css
<style>
a { background-color: #A8DFFE; }
a { background-color: rgb(168,223,254); }
div.DivClassName
{
background-color: #A8DFFE;
}
.BgClassName
{
background-color: #A8DFFE;
}
</style>
border-color css
<style>
span { border-color: #A8DFFE; }
span { border-color: rgb(168,223,254); }
td.TdClassName
{
border-color: #A8DFFE;
}
.TagClassName
{
border-color: #A8DFFE;
}
</style>