Shades of Columbia Blue #A4DCFE
Tints of Columbia Blue #A4DCFE
RGB
CMYK
RGB Variations
Color information
#A4DCFE (or 0xA4DCFE) is known color: Columbia Blue. HEX triplet: A4, DC and FE. RGB value is (164,220,254). Sum of RGB (Red+Green+Blue) = 164+220+254=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCFE is #5B2301. Grayscale: #CECECE. Windows color (decimal): -5972738 or 16702628. OLE color: 16702628.
HSL color Cylindrical-coordinate representation of color #A4DCFE: hue angle of 202.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4DCFE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 220 | 254 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.00 |
| HSL | 202.67º | 0.98% | 0.82% | - |
| HSV(B) | 202.67º | 0.35% | 1% | - |
| XYZ | 58.79 | 66.23 | 103.45 | - |
| YUV | 207.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 254 | 0.35 | 0.13 | 0 | 0.00 | 202.67 | 0.98 | 0.82 |
| Hex | A4 | DC | FE | 23 | D | 0 | 0 | CB | 62 | 52 |
| Octal | 244 | 334 | 376 | 43 | 15 | 0 | 0 | 313 | 142 | 122 |
| Binary | 10100100 | 11011100 | 11111110 | 100011 | 1101 | 0 | 0 | 11001011 | 1100010 | 1010010 |
Color Harmonies of #A4DCFE
Complementary color
Monochromatic Colors of #A4DCFE
Black with #A4DCFE
Text Example
Text Example
White with #A4DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCFE; }
p { color: rgb(164,220,254); }
H1.HeaderClassName
{
color: #A4DCFE;
}
.AnyTagClassName
{
color: #A4DCFE;
}
</style>
background-color css
<style>
a { background-color: #A4DCFE; }
a { background-color: rgb(164,220,254); }
div.DivClassName
{
background-color: #A4DCFE;
}
.BgClassName
{
background-color: #A4DCFE;
}
</style>
border-color css
<style>
span { border-color: #A4DCFE; }
span { border-color: rgb(164,220,254); }
td.TdClassName
{
border-color: #A4DCFE;
}
.TagClassName
{
border-color: #A4DCFE;
}
</style>