Shades of Columbia Blue #A2DCFB
Tints of Columbia Blue #A2DCFB
RGB
CMYK
RGB Variations
Color information
#A2DCFB (or 0xA2DCFB) is known color: Columbia Blue. HEX triplet: A2, DC and FB. RGB value is (162,220,251). Sum of RGB (Red+Green+Blue) = 162+220+251=633 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.59% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCFB is #5D2304. Grayscale: #CECECE. Windows color (decimal): -6103813 or 16506018. OLE color: 16506018.
HSL color Cylindrical-coordinate representation of color #A2DCFB: hue angle of 200.9º 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 #A2DCFB is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 220 | 251 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.02 |
| HSL | 200.9º | 0.92% | 0.81% | - |
| HSV(B) | 200.9º | 0.35% | 0.98% | - |
| XYZ | 57.91 | 65.83 | 100.92 | - |
| YUV | 206.19 | 153.28 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 251 | 0.35 | 0.12 | 0 | 0.02 | 200.9 | 0.92 | 0.81 |
| Hex | A2 | DC | FB | 23 | C | 0 | 2 | C9 | 5C | 51 |
| Octal | 242 | 334 | 373 | 43 | 14 | 0 | 2 | 311 | 134 | 121 |
| Binary | 10100010 | 11011100 | 11111011 | 100011 | 1100 | 0 | 10 | 11001001 | 1011100 | 1010001 |
Color Harmonies of #A2DCFB
Complementary color
Monochromatic Colors of #A2DCFB
Black with #A2DCFB
Text Example
Text Example
White with #A2DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCFB; }
p { color: rgb(162,220,251); }
H1.HeaderClassName
{
color: #A2DCFB;
}
.AnyTagClassName
{
color: #A2DCFB;
}
</style>
background-color css
<style>
a { background-color: #A2DCFB; }
a { background-color: rgb(162,220,251); }
div.DivClassName
{
background-color: #A2DCFB;
}
.BgClassName
{
background-color: #A2DCFB;
}
</style>
border-color css
<style>
span { border-color: #A2DCFB; }
span { border-color: rgb(162,220,251); }
td.TdClassName
{
border-color: #A2DCFB;
}
.TagClassName
{
border-color: #A2DCFB;
}
</style>