Shades of Columbia Blue #A1DFF6
Tints of Columbia Blue #A1DFF6
RGB
CMYK
RGB Variations
Color information
#A1DFF6 (or 0xA1DFF6) is known color: Columbia Blue. HEX triplet: A1, DF and F6. RGB value is (161,223,246). Sum of RGB (Red+Green+Blue) = 161+223+246=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DFF6 is #5E2009. Grayscale: #CECECE. Windows color (decimal): -6168586 or 16179105. OLE color: 16179105.
HSL color Cylindrical-coordinate representation of color #A1DFF6: hue angle of 196.24º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1DFF6 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 223 | 246 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.04 |
| HSL | 196.24º | 0.83% | 0.8% | - |
| HSV(B) | 196.24º | 0.35% | 0.96% | - |
| XYZ | 57.72 | 67.01 | 97.08 | - |
| YUV | 207.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 246 | 0.35 | 0.09 | 0 | 0.04 | 196.24 | 0.83 | 0.8 |
| Hex | A1 | DF | F6 | 23 | 9 | 0 | 4 | C4 | 53 | 50 |
| Octal | 241 | 337 | 366 | 43 | 11 | 0 | 4 | 304 | 123 | 120 |
| Binary | 10100001 | 11011111 | 11110110 | 100011 | 1001 | 0 | 100 | 11000100 | 1010011 | 1010000 |
Color Harmonies of #A1DFF6
Complementary color
Monochromatic Colors of #A1DFF6
Black with #A1DFF6
Text Example
Text Example
White with #A1DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFF6; }
p { color: rgb(161,223,246); }
H1.HeaderClassName
{
color: #A1DFF6;
}
.AnyTagClassName
{
color: #A1DFF6;
}
</style>
background-color css
<style>
a { background-color: #A1DFF6; }
a { background-color: rgb(161,223,246); }
div.DivClassName
{
background-color: #A1DFF6;
}
.BgClassName
{
background-color: #A1DFF6;
}
</style>
border-color css
<style>
span { border-color: #A1DFF6; }
span { border-color: rgb(161,223,246); }
td.TdClassName
{
border-color: #A1DFF6;
}
.TagClassName
{
border-color: #A1DFF6;
}
</style>