Shades of Columbia Blue #A4DCFB
Tints of Columbia Blue #A4DCFB
RGB
CMYK
RGB Variations
Color information
#A4DCFB (or 0xA4DCFB) is known color: Columbia Blue. HEX triplet: A4, DC and FB. RGB value is (164,220,251). Sum of RGB (Red+Green+Blue) = 164+220+251=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCFB is #5B2304. Grayscale: #CECECE. Windows color (decimal): -5972741 or 16506020. OLE color: 16506020.
HSL color Cylindrical-coordinate representation of color #A4DCFB: hue angle of 201.38º 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 #A4DCFB is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 220 | 251 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.02 |
| HSL | 201.38º | 0.92% | 0.81% | - |
| HSV(B) | 201.38º | 0.35% | 0.98% | - |
| XYZ | 58.32 | 66.04 | 100.94 | - |
| YUV | 206.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 251 | 0.35 | 0.12 | 0 | 0.02 | 201.38 | 0.92 | 0.81 |
| Hex | A4 | DC | FB | 23 | C | 0 | 2 | C9 | 5C | 51 |
| Octal | 244 | 334 | 373 | 43 | 14 | 0 | 2 | 311 | 134 | 121 |
| Binary | 10100100 | 11011100 | 11111011 | 100011 | 1100 | 0 | 10 | 11001001 | 1011100 | 1010001 |
Color Harmonies of #A4DCFB
Complementary color
Monochromatic Colors of #A4DCFB
Black with #A4DCFB
Text Example
Text Example
White with #A4DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCFB; }
p { color: rgb(164,220,251); }
H1.HeaderClassName
{
color: #A4DCFB;
}
.AnyTagClassName
{
color: #A4DCFB;
}
</style>
background-color css
<style>
a { background-color: #A4DCFB; }
a { background-color: rgb(164,220,251); }
div.DivClassName
{
background-color: #A4DCFB;
}
.BgClassName
{
background-color: #A4DCFB;
}
</style>
border-color css
<style>
span { border-color: #A4DCFB; }
span { border-color: rgb(164,220,251); }
td.TdClassName
{
border-color: #A4DCFB;
}
.TagClassName
{
border-color: #A4DCFB;
}
</style>