Shades of Columbia Blue #A2DCFE
Tints of Columbia Blue #A2DCFE
RGB
CMYK
RGB Variations
Color information
#A2DCFE (or 0xA2DCFE) is known color: Columbia Blue. HEX triplet: A2, DC and FE. RGB value is (162,220,254). Sum of RGB (Red+Green+Blue) = 162+220+254=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCFE is #5D2301. Grayscale: #CECECE. Windows color (decimal): -6103810 or 16702626. OLE color: 16702626.
HSL color Cylindrical-coordinate representation of color #A2DCFE: hue angle of 202.17º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2DCFE is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 220 | 254 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.00 |
| HSL | 202.17º | 0.98% | 0.82% | - |
| HSV(B) | 202.17º | 0.36% | 1% | - |
| XYZ | 58.38 | 66.02 | 103.43 | - |
| YUV | 206.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 254 | 0.36 | 0.13 | 0 | 0.00 | 202.17 | 0.98 | 0.82 |
| Hex | A2 | DC | FE | 24 | D | 0 | 0 | CA | 62 | 52 |
| Octal | 242 | 334 | 376 | 44 | 15 | 0 | 0 | 312 | 142 | 122 |
| Binary | 10100010 | 11011100 | 11111110 | 100100 | 1101 | 0 | 0 | 11001010 | 1100010 | 1010010 |
Color Harmonies of #A2DCFE
Complementary color
Monochromatic Colors of #A2DCFE
Black with #A2DCFE
Text Example
Text Example
White with #A2DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCFE; }
p { color: rgb(162,220,254); }
H1.HeaderClassName
{
color: #A2DCFE;
}
.AnyTagClassName
{
color: #A2DCFE;
}
</style>
background-color css
<style>
a { background-color: #A2DCFE; }
a { background-color: rgb(162,220,254); }
div.DivClassName
{
background-color: #A2DCFE;
}
.BgClassName
{
background-color: #A2DCFE;
}
</style>
border-color css
<style>
span { border-color: #A2DCFE; }
span { border-color: rgb(162,220,254); }
td.TdClassName
{
border-color: #A2DCFE;
}
.TagClassName
{
border-color: #A2DCFE;
}
</style>