Shades of Columbia Blue #A1D4FA
Tints of Columbia Blue #A1D4FA
RGB
CMYK
RGB Variations
Color information
#A1D4FA (or 0xA1D4FA) is known color: Columbia Blue. HEX triplet: A1, D4 and FA. RGB value is (161,212,250). Sum of RGB (Red+Green+Blue) = 161+212+250=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D4FA is #5E2B05. Grayscale: #C8C8C8. Windows color (decimal): -6171398 or 16438433. OLE color: 16438433.
HSL color Cylindrical-coordinate representation of color #A1D4FA: hue angle of 205.62º degrees, saturation: 0.9, 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 #A1D4FA is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 212 | 250 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.02 |
| HSL | 205.62º | 0.9% | 0.81% | - |
| HSV(B) | 205.62º | 0.36% | 0.98% | - |
| XYZ | 55.5 | 61.57 | 99.4 | - |
| YUV | 201.08 | 155.6 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 250 | 0.36 | 0.15 | 0 | 0.02 | 205.62 | 0.9 | 0.81 |
| Hex | A1 | D4 | FA | 24 | F | 0 | 2 | CE | 5A | 51 |
| Octal | 241 | 324 | 372 | 44 | 17 | 0 | 2 | 316 | 132 | 121 |
| Binary | 10100001 | 11010100 | 11111010 | 100100 | 1111 | 0 | 10 | 11001110 | 1011010 | 1010001 |
Color Harmonies of #A1D4FA
Complementary color
Monochromatic Colors of #A1D4FA
Black with #A1D4FA
Text Example
Text Example
White with #A1D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D4FA; }
p { color: rgb(161,212,250); }
H1.HeaderClassName
{
color: #A1D4FA;
}
.AnyTagClassName
{
color: #A1D4FA;
}
</style>
background-color css
<style>
a { background-color: #A1D4FA; }
a { background-color: rgb(161,212,250); }
div.DivClassName
{
background-color: #A1D4FA;
}
.BgClassName
{
background-color: #A1D4FA;
}
</style>
border-color css
<style>
span { border-color: #A1D4FA; }
span { border-color: rgb(161,212,250); }
td.TdClassName
{
border-color: #A1D4FA;
}
.TagClassName
{
border-color: #A1D4FA;
}
</style>