Shades of Columbia Blue #A2D7FE
Tints of Columbia Blue #A2D7FE
RGB
CMYK
RGB Variations
Color information
#A2D7FE (or 0xA2D7FE) is known color: Columbia Blue. HEX triplet: A2, D7 and FE. RGB value is (162,215,254). Sum of RGB (Red+Green+Blue) = 162+215+254=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D7FE is #5D2801. Grayscale: #CBCBCB. Windows color (decimal): -6105090 or 16701346. OLE color: 16701346.
HSL color Cylindrical-coordinate representation of color #A2D7FE: hue angle of 205.43º 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 #A2D7FE is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 215 | 254 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.00 |
| HSL | 205.43º | 0.98% | 0.82% | - |
| HSV(B) | 205.43º | 0.36% | 1% | - |
| XYZ | 57.09 | 63.44 | 103 | - |
| YUV | 203.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 254 | 0.36 | 0.15 | 0 | 0.00 | 205.43 | 0.98 | 0.82 |
| Hex | A2 | D7 | FE | 24 | F | 0 | 0 | CD | 62 | 52 |
| Octal | 242 | 327 | 376 | 44 | 17 | 0 | 0 | 315 | 142 | 122 |
| Binary | 10100010 | 11010111 | 11111110 | 100100 | 1111 | 0 | 0 | 11001101 | 1100010 | 1010010 |
Color Harmonies of #A2D7FE
Complementary color
Monochromatic Colors of #A2D7FE
Black with #A2D7FE
Text Example
Text Example
White with #A2D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7FE; }
p { color: rgb(162,215,254); }
H1.HeaderClassName
{
color: #A2D7FE;
}
.AnyTagClassName
{
color: #A2D7FE;
}
</style>
background-color css
<style>
a { background-color: #A2D7FE; }
a { background-color: rgb(162,215,254); }
div.DivClassName
{
background-color: #A2D7FE;
}
.BgClassName
{
background-color: #A2D7FE;
}
</style>
border-color css
<style>
span { border-color: #A2D7FE; }
span { border-color: rgb(162,215,254); }
td.TdClassName
{
border-color: #A2D7FE;
}
.TagClassName
{
border-color: #A2D7FE;
}
</style>