Shades of Columbia Blue #A2DDFF
Tints of Columbia Blue #A2DDFF
RGB
CMYK
RGB Variations
Color information
#A2DDFF (or 0xA2DDFF) is known color: Columbia Blue. HEX triplet: A2, DD and FF. RGB value is (162,221,255). Sum of RGB (Red+Green+Blue) = 162+221+255=638 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.39% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDFF is #5D2200. Grayscale: #CFCFCF. Windows color (decimal): -6103553 or 16768418. OLE color: 16768418.
HSL color Cylindrical-coordinate representation of color #A2DDFF: hue angle of 201.94º 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 #A2DDFF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 221 | 255 | - |
| CMYK | 0.36 | 0.13 | 0 | 0 |
| HSL | 201.94º | 1% | 0.82% | - |
| HSV(B) | 201.94º | 0.36% | 1% | - |
| XYZ | 58.81 | 66.61 | 104.37 | - |
| YUV | 207.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 255 | 0.36 | 0.13 | 0 | 0 | 201.94 | 1 | 0.82 |
| Hex | A2 | DD | FF | 24 | D | 0 | 0 | CA | 64 | 52 |
| Octal | 242 | 335 | 377 | 44 | 15 | 0 | 0 | 312 | 144 | 122 |
| Binary | 10100010 | 11011101 | 11111111 | 100100 | 1101 | 0 | 0 | 11001010 | 1100100 | 1010010 |
Color Harmonies of #A2DDFF
Complementary color
Monochromatic Colors of #A2DDFF
Black with #A2DDFF
Text Example
Text Example
White with #A2DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDFF; }
p { color: rgb(162,221,255); }
H1.HeaderClassName
{
color: #A2DDFF;
}
.AnyTagClassName
{
color: #A2DDFF;
}
</style>
background-color css
<style>
a { background-color: #A2DDFF; }
a { background-color: rgb(162,221,255); }
div.DivClassName
{
background-color: #A2DDFF;
}
.BgClassName
{
background-color: #A2DDFF;
}
</style>
border-color css
<style>
span { border-color: #A2DDFF; }
span { border-color: rgb(162,221,255); }
td.TdClassName
{
border-color: #A2DDFF;
}
.TagClassName
{
border-color: #A2DDFF;
}
</style>