Shades of Columbia Blue #A4D7FB
Tints of Columbia Blue #A4D7FB
RGB
CMYK
RGB Variations
Color information
#A4D7FB (or 0xA4D7FB) is known color: Columbia Blue. HEX triplet: A4, D7 and FB. RGB value is (164,215,251). Sum of RGB (Red+Green+Blue) = 164+215+251=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4D7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D7FB is #5B2804. Grayscale: #CBCBCB. Windows color (decimal): -5974021 or 16504740. OLE color: 16504740.
HSL color Cylindrical-coordinate representation of color #A4D7FB: hue angle of 204.83º 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 #A4D7FB is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 215 | 251 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.02 |
| HSL | 204.83º | 0.92% | 0.81% | - |
| HSV(B) | 204.83º | 0.35% | 0.98% | - |
| XYZ | 57.02 | 63.46 | 100.51 | - |
| YUV | 203.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 251 | 0.35 | 0.14 | 0 | 0.02 | 204.83 | 0.92 | 0.81 |
| Hex | A4 | D7 | FB | 23 | E | 0 | 2 | CD | 5C | 51 |
| Octal | 244 | 327 | 373 | 43 | 16 | 0 | 2 | 315 | 134 | 121 |
| Binary | 10100100 | 11010111 | 11111011 | 100011 | 1110 | 0 | 10 | 11001101 | 1011100 | 1010001 |
Color Harmonies of #A4D7FB
Complementary color
Monochromatic Colors of #A4D7FB
Black with #A4D7FB
Text Example
Text Example
White with #A4D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D7FB; }
p { color: rgb(164,215,251); }
H1.HeaderClassName
{
color: #A4D7FB;
}
.AnyTagClassName
{
color: #A4D7FB;
}
</style>
background-color css
<style>
a { background-color: #A4D7FB; }
a { background-color: rgb(164,215,251); }
div.DivClassName
{
background-color: #A4D7FB;
}
.BgClassName
{
background-color: #A4D7FB;
}
</style>
border-color css
<style>
span { border-color: #A4D7FB; }
span { border-color: rgb(164,215,251); }
td.TdClassName
{
border-color: #A4D7FB;
}
.TagClassName
{
border-color: #A4D7FB;
}
</style>