Shades of Columbia Blue #A2DFFF
Tints of Columbia Blue #A2DFFF
RGB
CMYK
RGB Variations
Color information
#A2DFFF (or 0xA2DFFF) is known color: Columbia Blue. HEX triplet: A2, DF and FF. RGB value is (162,223,255). Sum of RGB (Red+Green+Blue) = 162+223+255=640 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.31% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DFFF is #5D2000. Grayscale: #D0D0D0. Windows color (decimal): -6103041 or 16768930. OLE color: 16768930.
HSL color Cylindrical-coordinate representation of color #A2DFFF: hue angle of 200.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2DFFF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 223 | 255 | - |
| CMYK | 0.36 | 0.13 | 0 | 0 |
| HSL | 200.65º | 1% | 0.82% | - |
| HSV(B) | 200.65º | 0.36% | 1% | - |
| XYZ | 59.34 | 67.68 | 104.54 | - |
| YUV | 208.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 255 | 0.36 | 0.13 | 0 | 0 | 200.65 | 1 | 0.82 |
| Hex | A2 | DF | FF | 24 | D | 0 | 0 | C9 | 64 | 52 |
| Octal | 242 | 337 | 377 | 44 | 15 | 0 | 0 | 311 | 144 | 122 |
| Binary | 10100010 | 11011111 | 11111111 | 100100 | 1101 | 0 | 0 | 11001001 | 1100100 | 1010010 |
Color Harmonies of #A2DFFF
Complementary color
Monochromatic Colors of #A2DFFF
Black with #A2DFFF
Text Example
Text Example
White with #A2DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFFF; }
p { color: rgb(162,223,255); }
H1.HeaderClassName
{
color: #A2DFFF;
}
.AnyTagClassName
{
color: #A2DFFF;
}
</style>
background-color css
<style>
a { background-color: #A2DFFF; }
a { background-color: rgb(162,223,255); }
div.DivClassName
{
background-color: #A2DFFF;
}
.BgClassName
{
background-color: #A2DFFF;
}
</style>
border-color css
<style>
span { border-color: #A2DFFF; }
span { border-color: rgb(162,223,255); }
td.TdClassName
{
border-color: #A2DFFF;
}
.TagClassName
{
border-color: #A2DFFF;
}
</style>