Shades of Columbia Blue #A2DAFA
Tints of Columbia Blue #A2DAFA
RGB
CMYK
RGB Variations
Color information
#A2DAFA (or 0xA2DAFA) is known color: Columbia Blue. HEX triplet: A2, DA and FA. RGB value is (162,218,250). Sum of RGB (Red+Green+Blue) = 162+218+250=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DAFA is #5D2505. Grayscale: #CCCCCC. Windows color (decimal): -6104326 or 16439970. OLE color: 16439970.
HSL color Cylindrical-coordinate representation of color #A2DAFA: hue angle of 201.82º degrees, saturation: 0.9, 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 #A2DAFA is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 218 | 250 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.02 |
| HSL | 201.82º | 0.9% | 0.81% | - |
| HSV(B) | 201.82º | 0.35% | 0.98% | - |
| XYZ | 57.23 | 64.73 | 99.92 | - |
| YUV | 204.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 250 | 0.35 | 0.13 | 0 | 0.02 | 201.82 | 0.9 | 0.81 |
| Hex | A2 | DA | FA | 23 | D | 0 | 2 | CA | 5A | 51 |
| Octal | 242 | 332 | 372 | 43 | 15 | 0 | 2 | 312 | 132 | 121 |
| Binary | 10100010 | 11011010 | 11111010 | 100011 | 1101 | 0 | 10 | 11001010 | 1011010 | 1010001 |
Color Harmonies of #A2DAFA
Complementary color
Monochromatic Colors of #A2DAFA
Black with #A2DAFA
Text Example
Text Example
White with #A2DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAFA; }
p { color: rgb(162,218,250); }
H1.HeaderClassName
{
color: #A2DAFA;
}
.AnyTagClassName
{
color: #A2DAFA;
}
</style>
background-color css
<style>
a { background-color: #A2DAFA; }
a { background-color: rgb(162,218,250); }
div.DivClassName
{
background-color: #A2DAFA;
}
.BgClassName
{
background-color: #A2DAFA;
}
</style>
border-color css
<style>
span { border-color: #A2DAFA; }
span { border-color: rgb(162,218,250); }
td.TdClassName
{
border-color: #A2DAFA;
}
.TagClassName
{
border-color: #A2DAFA;
}
</style>