Shades of Columbia Blue #A1DBF2
Tints of Columbia Blue #A1DBF2
RGB
CMYK
RGB Variations
Color information
#A1DBF2 (or 0xA1DBF2) is known color: Columbia Blue. HEX triplet: A1, DB and F2. RGB value is (161,219,242). Sum of RGB (Red+Green+Blue) = 161+219+242=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBF2 is #5E240D. Grayscale: #CCCCCC. Windows color (decimal): -6169614 or 15915937. OLE color: 15915937.
HSL color Cylindrical-coordinate representation of color #A1DBF2: hue angle of 197.04º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DBF2 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 219 | 242 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.05 |
| HSL | 197.04º | 0.76% | 0.79% | - |
| HSV(B) | 197.04º | 0.33% | 0.95% | - |
| XYZ | 56.06 | 64.65 | 93.53 | - |
| YUV | 204.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 242 | 0.33 | 0.10 | 0 | 0.05 | 197.04 | 0.76 | 0.79 |
| Hex | A1 | DB | F2 | 21 | A | 0 | 5 | C5 | 4C | 4F |
| Octal | 241 | 333 | 362 | 41 | 12 | 0 | 5 | 305 | 114 | 117 |
| Binary | 10100001 | 11011011 | 11110010 | 100001 | 1010 | 0 | 101 | 11000101 | 1001100 | 1001111 |
Color Harmonies of #A1DBF2
Complementary color
Monochromatic Colors of #A1DBF2
Black with #A1DBF2
Text Example
Text Example
White with #A1DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBF2; }
p { color: rgb(161,219,242); }
H1.HeaderClassName
{
color: #A1DBF2;
}
.AnyTagClassName
{
color: #A1DBF2;
}
</style>
background-color css
<style>
a { background-color: #A1DBF2; }
a { background-color: rgb(161,219,242); }
div.DivClassName
{
background-color: #A1DBF2;
}
.BgClassName
{
background-color: #A1DBF2;
}
</style>
border-color css
<style>
span { border-color: #A1DBF2; }
span { border-color: rgb(161,219,242); }
td.TdClassName
{
border-color: #A1DBF2;
}
.TagClassName
{
border-color: #A1DBF2;
}
</style>