Shades of Columbia Blue #A1DEFB
Tints of Columbia Blue #A1DEFB
RGB
CMYK
RGB Variations
Color information
#A1DEFB (or 0xA1DEFB) is known color: Columbia Blue. HEX triplet: A1, DE and FB. RGB value is (161,222,251). Sum of RGB (Red+Green+Blue) = 161+222+251=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DEFB is #5E2104. Grayscale: #CECECE. Windows color (decimal): -6168837 or 16506529. OLE color: 16506529.
HSL color Cylindrical-coordinate representation of color #A1DEFB: hue angle of 199.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DEFB is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 222 | 251 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.02 |
| HSL | 199.33º | 0.92% | 0.81% | - |
| HSV(B) | 199.33º | 0.36% | 0.98% | - |
| XYZ | 58.23 | 66.78 | 101.09 | - |
| YUV | 207.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 251 | 0.36 | 0.12 | 0 | 0.02 | 199.33 | 0.92 | 0.81 |
| Hex | A1 | DE | FB | 24 | C | 0 | 2 | C7 | 5C | 51 |
| Octal | 241 | 336 | 373 | 44 | 14 | 0 | 2 | 307 | 134 | 121 |
| Binary | 10100001 | 11011110 | 11111011 | 100100 | 1100 | 0 | 10 | 11000111 | 1011100 | 1010001 |
Color Harmonies of #A1DEFB
Complementary color
Monochromatic Colors of #A1DEFB
Black with #A1DEFB
Text Example
Text Example
White with #A1DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEFB; }
p { color: rgb(161,222,251); }
H1.HeaderClassName
{
color: #A1DEFB;
}
.AnyTagClassName
{
color: #A1DEFB;
}
</style>
background-color css
<style>
a { background-color: #A1DEFB; }
a { background-color: rgb(161,222,251); }
div.DivClassName
{
background-color: #A1DEFB;
}
.BgClassName
{
background-color: #A1DEFB;
}
</style>
border-color css
<style>
span { border-color: #A1DEFB; }
span { border-color: rgb(161,222,251); }
td.TdClassName
{
border-color: #A1DEFB;
}
.TagClassName
{
border-color: #A1DEFB;
}
</style>