Shades of Columbia Blue #A4D8F9
Tints of Columbia Blue #A4D8F9
RGB
CMYK
RGB Variations
Color information
#A4D8F9 (or 0xA4D8F9) is known color: Columbia Blue. HEX triplet: A4, D8 and F9. RGB value is (164,216,249). Sum of RGB (Red+Green+Blue) = 164+216+249=629 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.07% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #A4D8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D8F9 is #5B2706. Grayscale: #CCCCCC. Windows color (decimal): -5973767 or 16373924. OLE color: 16373924.
HSL color Cylindrical-coordinate representation of color #A4D8F9: hue angle of 203.29º degrees, saturation: 0.88, 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 #A4D8F9 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 216 | 249 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.02 |
| HSL | 203.29º | 0.88% | 0.81% | - |
| HSV(B) | 203.29º | 0.34% | 0.98% | - |
| XYZ | 56.96 | 63.84 | 98.94 | - |
| YUV | 204.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 249 | 0.34 | 0.13 | 0 | 0.02 | 203.29 | 0.88 | 0.81 |
| Hex | A4 | D8 | F9 | 22 | D | 0 | 2 | CB | 58 | 51 |
| Octal | 244 | 330 | 371 | 42 | 15 | 0 | 2 | 313 | 130 | 121 |
| Binary | 10100100 | 11011000 | 11111001 | 100010 | 1101 | 0 | 10 | 11001011 | 1011000 | 1010001 |
Color Harmonies of #A4D8F9
Complementary color
Monochromatic Colors of #A4D8F9
Black with #A4D8F9
Text Example
Text Example
White with #A4D8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D8F9; }
p { color: rgb(164,216,249); }
H1.HeaderClassName
{
color: #A4D8F9;
}
.AnyTagClassName
{
color: #A4D8F9;
}
</style>
background-color css
<style>
a { background-color: #A4D8F9; }
a { background-color: rgb(164,216,249); }
div.DivClassName
{
background-color: #A4D8F9;
}
.BgClassName
{
background-color: #A4D8F9;
}
</style>
border-color css
<style>
span { border-color: #A4D8F9; }
span { border-color: rgb(164,216,249); }
td.TdClassName
{
border-color: #A4D8F9;
}
.TagClassName
{
border-color: #A4D8F9;
}
</style>