Shades of Columbia Blue #A2DCFD
Tints of Columbia Blue #A2DCFD
RGB
CMYK
RGB Variations
Color information
#A2DCFD (or 0xA2DCFD) is known color: Columbia Blue. HEX triplet: A2, DC and FD. RGB value is (162,220,253). Sum of RGB (Red+Green+Blue) = 162+220+253=635 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.51% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCFD is #5D2302. Grayscale: #CECECE. Windows color (decimal): -6103811 or 16637090. OLE color: 16637090.
HSL color Cylindrical-coordinate representation of color #A2DCFD: hue angle of 201.76º degrees, saturation: 0.96, 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 #A2DCFD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 220 | 253 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.01 |
| HSL | 201.76º | 0.96% | 0.81% | - |
| HSV(B) | 201.76º | 0.36% | 0.99% | - |
| XYZ | 58.22 | 65.96 | 102.59 | - |
| YUV | 206.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 253 | 0.36 | 0.13 | 0 | 0.01 | 201.76 | 0.96 | 0.81 |
| Hex | A2 | DC | FD | 24 | D | 0 | 1 | CA | 60 | 51 |
| Octal | 242 | 334 | 375 | 44 | 15 | 0 | 1 | 312 | 140 | 121 |
| Binary | 10100010 | 11011100 | 11111101 | 100100 | 1101 | 0 | 1 | 11001010 | 1100000 | 1010001 |
Color Harmonies of #A2DCFD
Complementary color
Monochromatic Colors of #A2DCFD
Black with #A2DCFD
Text Example
Text Example
White with #A2DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCFD; }
p { color: rgb(162,220,253); }
H1.HeaderClassName
{
color: #A2DCFD;
}
.AnyTagClassName
{
color: #A2DCFD;
}
</style>
background-color css
<style>
a { background-color: #A2DCFD; }
a { background-color: rgb(162,220,253); }
div.DivClassName
{
background-color: #A2DCFD;
}
.BgClassName
{
background-color: #A2DCFD;
}
</style>
border-color css
<style>
span { border-color: #A2DCFD; }
span { border-color: rgb(162,220,253); }
td.TdClassName
{
border-color: #A2DCFD;
}
.TagClassName
{
border-color: #A2DCFD;
}
</style>