Shades of Columbia Blue #A6E1FD
Tints of Columbia Blue #A6E1FD
RGB
CMYK
RGB Variations
Color information
#A6E1FD (or 0xA6E1FD) is known color: Columbia Blue. HEX triplet: A6, E1 and FD. RGB value is (166,225,253). Sum of RGB (Red+Green+Blue) = 166+225+253=644 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.78% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6E1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E1FD is #591E02. Grayscale: #D2D2D2. Windows color (decimal): -5840387 or 16638374. OLE color: 16638374.
HSL color Cylindrical-coordinate representation of color #A6E1FD: hue angle of 199.31º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6E1FD is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 225 | 253 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.01 |
| HSL | 199.31º | 0.96% | 0.82% | - |
| HSV(B) | 199.31º | 0.34% | 0.99% | - |
| XYZ | 60.38 | 69.05 | 103.07 | - |
| YUV | 210.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 253 | 0.34 | 0.11 | 0 | 0.01 | 199.31 | 0.96 | 0.82 |
| Hex | A6 | E1 | FD | 22 | B | 0 | 1 | C7 | 60 | 52 |
| Octal | 246 | 341 | 375 | 42 | 13 | 0 | 1 | 307 | 140 | 122 |
| Binary | 10100110 | 11100001 | 11111101 | 100010 | 1011 | 0 | 1 | 11000111 | 1100000 | 1010010 |
Color Harmonies of #A6E1FD
Complementary color
Monochromatic Colors of #A6E1FD
Black with #A6E1FD
Text Example
Text Example
White with #A6E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E1FD; }
p { color: rgb(166,225,253); }
H1.HeaderClassName
{
color: #A6E1FD;
}
.AnyTagClassName
{
color: #A6E1FD;
}
</style>
background-color css
<style>
a { background-color: #A6E1FD; }
a { background-color: rgb(166,225,253); }
div.DivClassName
{
background-color: #A6E1FD;
}
.BgClassName
{
background-color: #A6E1FD;
}
</style>
border-color css
<style>
span { border-color: #A6E1FD; }
span { border-color: rgb(166,225,253); }
td.TdClassName
{
border-color: #A6E1FD;
}
.TagClassName
{
border-color: #A6E1FD;
}
</style>