Shades of Columbia Blue #A4D8FB
Tints of Columbia Blue #A4D8FB
RGB
CMYK
RGB Variations
Color information
#A4D8FB (or 0xA4D8FB) is known color: Columbia Blue. HEX triplet: A4, D8 and FB. RGB value is (164,216,251). Sum of RGB (Red+Green+Blue) = 164+216+251=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4D8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D8FB is #5B2704. Grayscale: #CCCCCC. Windows color (decimal): -5973765 or 16504996. OLE color: 16504996.
HSL color Cylindrical-coordinate representation of color #A4D8FB: hue angle of 204.14º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4D8FB is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 216 | 251 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.02 |
| HSL | 204.14º | 0.92% | 0.81% | - |
| HSV(B) | 204.14º | 0.35% | 0.98% | - |
| XYZ | 57.28 | 63.97 | 100.6 | - |
| YUV | 204.44 | 154.27 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 251 | 0.35 | 0.14 | 0 | 0.02 | 204.14 | 0.92 | 0.81 |
| Hex | A4 | D8 | FB | 23 | E | 0 | 2 | CC | 5C | 51 |
| Octal | 244 | 330 | 373 | 43 | 16 | 0 | 2 | 314 | 134 | 121 |
| Binary | 10100100 | 11011000 | 11111011 | 100011 | 1110 | 0 | 10 | 11001100 | 1011100 | 1010001 |
Color Harmonies of #A4D8FB
Complementary color
Monochromatic Colors of #A4D8FB
Black with #A4D8FB
Text Example
Text Example
White with #A4D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D8FB; }
p { color: rgb(164,216,251); }
H1.HeaderClassName
{
color: #A4D8FB;
}
.AnyTagClassName
{
color: #A4D8FB;
}
</style>
background-color css
<style>
a { background-color: #A4D8FB; }
a { background-color: rgb(164,216,251); }
div.DivClassName
{
background-color: #A4D8FB;
}
.BgClassName
{
background-color: #A4D8FB;
}
</style>
border-color css
<style>
span { border-color: #A4D8FB; }
span { border-color: rgb(164,216,251); }
td.TdClassName
{
border-color: #A4D8FB;
}
.TagClassName
{
border-color: #A4D8FB;
}
</style>