Shades of Columbia Blue #A8DAFA
Tints of Columbia Blue #A8DAFA
RGB
CMYK
RGB Variations
Color information
#A8DAFA (or 0xA8DAFA) is known color: Columbia Blue. HEX triplet: A8, DA and FA. RGB value is (168,218,250). Sum of RGB (Red+Green+Blue) = 168+218+250=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFA is #572505. Grayscale: #CECECE. Windows color (decimal): -5711110 or 16439976. OLE color: 16439976.
HSL color Cylindrical-coordinate representation of color #A8DAFA: hue angle of 203.41º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DAFA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 218 | 250 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.02 |
| HSL | 203.41º | 0.89% | 0.82% | - |
| HSV(B) | 203.41º | 0.33% | 0.98% | - |
| XYZ | 58.48 | 65.37 | 99.98 | - |
| YUV | 206.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 250 | 0.33 | 0.13 | 0 | 0.02 | 203.41 | 0.89 | 0.82 |
| Hex | A8 | DA | FA | 21 | D | 0 | 2 | CB | 59 | 52 |
| Octal | 250 | 332 | 372 | 41 | 15 | 0 | 2 | 313 | 131 | 122 |
| Binary | 10101000 | 11011010 | 11111010 | 100001 | 1101 | 0 | 10 | 11001011 | 1011001 | 1010010 |
Color Harmonies of #A8DAFA
Complementary color
Monochromatic Colors of #A8DAFA
Black with #A8DAFA
Text Example
Text Example
White with #A8DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAFA; }
p { color: rgb(168,218,250); }
H1.HeaderClassName
{
color: #A8DAFA;
}
.AnyTagClassName
{
color: #A8DAFA;
}
</style>
background-color css
<style>
a { background-color: #A8DAFA; }
a { background-color: rgb(168,218,250); }
div.DivClassName
{
background-color: #A8DAFA;
}
.BgClassName
{
background-color: #A8DAFA;
}
</style>
border-color css
<style>
span { border-color: #A8DAFA; }
span { border-color: rgb(168,218,250); }
td.TdClassName
{
border-color: #A8DAFA;
}
.TagClassName
{
border-color: #A8DAFA;
}
</style>