Shades of Columbia Blue #A2DFFE
Tints of Columbia Blue #A2DFFE
RGB
CMYK
RGB Variations
Color information
#A2DFFE (or 0xA2DFFE) is known color: Columbia Blue. HEX triplet: A2, DF and FE. RGB value is (162,223,254). Sum of RGB (Red+Green+Blue) = 162+223+254=639 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.35% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DFFE is #5D2001. Grayscale: #D0D0D0. Windows color (decimal): -6103042 or 16703394. OLE color: 16703394.
HSL color Cylindrical-coordinate representation of color #A2DFFE: hue angle of 200.22º 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 #A2DFFE is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 223 | 254 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.00 |
| HSL | 200.22º | 0.98% | 0.82% | - |
| HSV(B) | 200.22º | 0.36% | 1% | - |
| XYZ | 59.18 | 67.61 | 103.7 | - |
| YUV | 208.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 254 | 0.36 | 0.12 | 0 | 0.00 | 200.22 | 0.98 | 0.82 |
| Hex | A2 | DF | FE | 24 | C | 0 | 0 | C8 | 62 | 52 |
| Octal | 242 | 337 | 376 | 44 | 14 | 0 | 0 | 310 | 142 | 122 |
| Binary | 10100010 | 11011111 | 11111110 | 100100 | 1100 | 0 | 0 | 11001000 | 1100010 | 1010010 |
Color Harmonies of #A2DFFE
Complementary color
Monochromatic Colors of #A2DFFE
Black with #A2DFFE
Text Example
Text Example
White with #A2DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFFE; }
p { color: rgb(162,223,254); }
H1.HeaderClassName
{
color: #A2DFFE;
}
.AnyTagClassName
{
color: #A2DFFE;
}
</style>
background-color css
<style>
a { background-color: #A2DFFE; }
a { background-color: rgb(162,223,254); }
div.DivClassName
{
background-color: #A2DFFE;
}
.BgClassName
{
background-color: #A2DFFE;
}
</style>
border-color css
<style>
span { border-color: #A2DFFE; }
span { border-color: rgb(162,223,254); }
td.TdClassName
{
border-color: #A2DFFE;
}
.TagClassName
{
border-color: #A2DFFE;
}
</style>