Shades of Columbia Blue #A1D4FF
Tints of Columbia Blue #A1D4FF
RGB
CMYK
RGB Variations
Color information
#A1D4FF (or 0xA1D4FF) is known color: Columbia Blue. HEX triplet: A1, D4 and FF. RGB value is (161,212,255). Sum of RGB (Red+Green+Blue) = 161+212+255=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1D4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D4FF is #5E2B00. Grayscale: #C9C9C9. Windows color (decimal): -6171393 or 16766113. OLE color: 16766113.
HSL color Cylindrical-coordinate representation of color #A1D4FF: hue angle of 207.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1D4FF is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 212 | 255 | - |
| CMYK | 0.37 | 0.17 | 0 | 0 |
| HSL | 207.45º | 1% | 0.82% | - |
| HSV(B) | 207.45º | 0.37% | 1% | - |
| XYZ | 56.29 | 61.88 | 103.59 | - |
| YUV | 201.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 255 | 0.37 | 0.17 | 0 | 0 | 207.45 | 1 | 0.82 |
| Hex | A1 | D4 | FF | 25 | 11 | 0 | 0 | CF | 64 | 52 |
| Octal | 241 | 324 | 377 | 45 | 21 | 0 | 0 | 317 | 144 | 122 |
| Binary | 10100001 | 11010100 | 11111111 | 100101 | 10001 | 0 | 0 | 11001111 | 1100100 | 1010010 |
Color Harmonies of #A1D4FF
Complementary color
Monochromatic Colors of #A1D4FF
Black with #A1D4FF
Text Example
Text Example
White with #A1D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D4FF; }
p { color: rgb(161,212,255); }
H1.HeaderClassName
{
color: #A1D4FF;
}
.AnyTagClassName
{
color: #A1D4FF;
}
</style>
background-color css
<style>
a { background-color: #A1D4FF; }
a { background-color: rgb(161,212,255); }
div.DivClassName
{
background-color: #A1D4FF;
}
.BgClassName
{
background-color: #A1D4FF;
}
</style>
border-color css
<style>
span { border-color: #A1D4FF; }
span { border-color: rgb(161,212,255); }
td.TdClassName
{
border-color: #A1D4FF;
}
.TagClassName
{
border-color: #A1D4FF;
}
</style>