Shades of Columbia Blue #A2DCFC
Tints of Columbia Blue #A2DCFC
RGB
CMYK
RGB Variations
Color information
#A2DCFC (or 0xA2DCFC) is known color: Columbia Blue. HEX triplet: A2, DC and FC. RGB value is (162,220,252). Sum of RGB (Red+Green+Blue) = 162+220+252=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCFC is #5D2303. Grayscale: #CECECE. Windows color (decimal): -6103812 or 16571554. OLE color: 16571554.
HSL color Cylindrical-coordinate representation of color #A2DCFC: hue angle of 201.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2DCFC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 220 | 252 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.01 |
| HSL | 201.33º | 0.94% | 0.81% | - |
| HSV(B) | 201.33º | 0.36% | 0.99% | - |
| XYZ | 58.06 | 65.9 | 101.75 | - |
| YUV | 206.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 252 | 0.36 | 0.13 | 0 | 0.01 | 201.33 | 0.94 | 0.81 |
| Hex | A2 | DC | FC | 24 | D | 0 | 1 | C9 | 5E | 51 |
| Octal | 242 | 334 | 374 | 44 | 15 | 0 | 1 | 311 | 136 | 121 |
| Binary | 10100010 | 11011100 | 11111100 | 100100 | 1101 | 0 | 1 | 11001001 | 1011110 | 1010001 |
Color Harmonies of #A2DCFC
Complementary color
Monochromatic Colors of #A2DCFC
Black with #A2DCFC
Text Example
Text Example
White with #A2DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCFC; }
p { color: rgb(162,220,252); }
H1.HeaderClassName
{
color: #A2DCFC;
}
.AnyTagClassName
{
color: #A2DCFC;
}
</style>
background-color css
<style>
a { background-color: #A2DCFC; }
a { background-color: rgb(162,220,252); }
div.DivClassName
{
background-color: #A2DCFC;
}
.BgClassName
{
background-color: #A2DCFC;
}
</style>
border-color css
<style>
span { border-color: #A2DCFC; }
span { border-color: rgb(162,220,252); }
td.TdClassName
{
border-color: #A2DCFC;
}
.TagClassName
{
border-color: #A2DCFC;
}
</style>