Shades of Columbia Blue #A4D8FA
Tints of Columbia Blue #A4D8FA
RGB
CMYK
RGB Variations
Color information
#A4D8FA (or 0xA4D8FA) is known color: Columbia Blue. HEX triplet: A4, D8 and FA. RGB value is (164,216,250). Sum of RGB (Red+Green+Blue) = 164+216+250=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4D8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D8FA is #5B2705. Grayscale: #CCCCCC. Windows color (decimal): -5973766 or 16439460. OLE color: 16439460.
HSL color Cylindrical-coordinate representation of color #A4D8FA: hue angle of 203.72º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D8FA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 216 | 250 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.02 |
| HSL | 203.72º | 0.9% | 0.81% | - |
| HSV(B) | 203.72º | 0.34% | 0.98% | - |
| XYZ | 57.12 | 63.91 | 99.77 | - |
| YUV | 204.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 250 | 0.34 | 0.14 | 0 | 0.02 | 203.72 | 0.9 | 0.81 |
| Hex | A4 | D8 | FA | 22 | E | 0 | 2 | CC | 5A | 51 |
| Octal | 244 | 330 | 372 | 42 | 16 | 0 | 2 | 314 | 132 | 121 |
| Binary | 10100100 | 11011000 | 11111010 | 100010 | 1110 | 0 | 10 | 11001100 | 1011010 | 1010001 |
Color Harmonies of #A4D8FA
Complementary color
Monochromatic Colors of #A4D8FA
Black with #A4D8FA
Text Example
Text Example
White with #A4D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D8FA; }
p { color: rgb(164,216,250); }
H1.HeaderClassName
{
color: #A4D8FA;
}
.AnyTagClassName
{
color: #A4D8FA;
}
</style>
background-color css
<style>
a { background-color: #A4D8FA; }
a { background-color: rgb(164,216,250); }
div.DivClassName
{
background-color: #A4D8FA;
}
.BgClassName
{
background-color: #A4D8FA;
}
</style>
border-color css
<style>
span { border-color: #A4D8FA; }
span { border-color: rgb(164,216,250); }
td.TdClassName
{
border-color: #A4D8FA;
}
.TagClassName
{
border-color: #A4D8FA;
}
</style>