Shades of Columbia Blue #A8DAFC
Tints of Columbia Blue #A8DAFC
RGB
CMYK
RGB Variations
Color information
#A8DAFC (or 0xA8DAFC) is known color: Columbia Blue. HEX triplet: A8, DA and FC. RGB value is (168,218,252). Sum of RGB (Red+Green+Blue) = 168+218+252=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFC is #572503. Grayscale: #CECECE. Windows color (decimal): -5711108 or 16571048. OLE color: 16571048.
HSL color Cylindrical-coordinate representation of color #A8DAFC: hue angle of 204.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DAFC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 218 | 252 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.01 |
| HSL | 204.29º | 0.93% | 0.82% | - |
| HSV(B) | 204.29º | 0.33% | 0.99% | - |
| XYZ | 58.79 | 65.5 | 101.64 | - |
| YUV | 206.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 252 | 0.33 | 0.13 | 0 | 0.01 | 204.29 | 0.93 | 0.82 |
| Hex | A8 | DA | FC | 21 | D | 0 | 1 | CC | 5D | 52 |
| Octal | 250 | 332 | 374 | 41 | 15 | 0 | 1 | 314 | 135 | 122 |
| Binary | 10101000 | 11011010 | 11111100 | 100001 | 1101 | 0 | 1 | 11001100 | 1011101 | 1010010 |
Color Harmonies of #A8DAFC
Complementary color
Monochromatic Colors of #A8DAFC
Black with #A8DAFC
Text Example
Text Example
White with #A8DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAFC; }
p { color: rgb(168,218,252); }
H1.HeaderClassName
{
color: #A8DAFC;
}
.AnyTagClassName
{
color: #A8DAFC;
}
</style>
background-color css
<style>
a { background-color: #A8DAFC; }
a { background-color: rgb(168,218,252); }
div.DivClassName
{
background-color: #A8DAFC;
}
.BgClassName
{
background-color: #A8DAFC;
}
</style>
border-color css
<style>
span { border-color: #A8DAFC; }
span { border-color: rgb(168,218,252); }
td.TdClassName
{
border-color: #A8DAFC;
}
.TagClassName
{
border-color: #A8DAFC;
}
</style>