Shades of Columbia Blue #A4DCFD
Tints of Columbia Blue #A4DCFD
RGB
CMYK
RGB Variations
Color information
#A4DCFD (or 0xA4DCFD) is known color: Columbia Blue. HEX triplet: A4, DC and FD. RGB value is (164,220,253). Sum of RGB (Red+Green+Blue) = 164+220+253=637 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.75% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCFD is #5B2302. Grayscale: #CECECE. Windows color (decimal): -5972739 or 16637092. OLE color: 16637092.
HSL color Cylindrical-coordinate representation of color #A4DCFD: hue angle of 202.25º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4DCFD is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 220 | 253 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.01 |
| HSL | 202.25º | 0.96% | 0.82% | - |
| HSV(B) | 202.25º | 0.35% | 0.99% | - |
| XYZ | 58.63 | 66.17 | 102.61 | - |
| YUV | 207.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 253 | 0.35 | 0.13 | 0 | 0.01 | 202.25 | 0.96 | 0.82 |
| Hex | A4 | DC | FD | 23 | D | 0 | 1 | CA | 60 | 52 |
| Octal | 244 | 334 | 375 | 43 | 15 | 0 | 1 | 312 | 140 | 122 |
| Binary | 10100100 | 11011100 | 11111101 | 100011 | 1101 | 0 | 1 | 11001010 | 1100000 | 1010010 |
Color Harmonies of #A4DCFD
Complementary color
Monochromatic Colors of #A4DCFD
Black with #A4DCFD
Text Example
Text Example
White with #A4DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCFD; }
p { color: rgb(164,220,253); }
H1.HeaderClassName
{
color: #A4DCFD;
}
.AnyTagClassName
{
color: #A4DCFD;
}
</style>
background-color css
<style>
a { background-color: #A4DCFD; }
a { background-color: rgb(164,220,253); }
div.DivClassName
{
background-color: #A4DCFD;
}
.BgClassName
{
background-color: #A4DCFD;
}
</style>
border-color css
<style>
span { border-color: #A4DCFD; }
span { border-color: rgb(164,220,253); }
td.TdClassName
{
border-color: #A4DCFD;
}
.TagClassName
{
border-color: #A4DCFD;
}
</style>