Shades of Columbia Blue #A6DEFD
Tints of Columbia Blue #A6DEFD
RGB
CMYK
RGB Variations
Color information
#A6DEFD (or 0xA6DEFD) is known color: Columbia Blue. HEX triplet: A6, DE and FD. RGB value is (166,222,253). Sum of RGB (Red+Green+Blue) = 166+222+253=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DEFD is #592102. Grayscale: #D0D0D0. Windows color (decimal): -5841155 or 16637606. OLE color: 16637606.
HSL color Cylindrical-coordinate representation of color #A6DEFD: hue angle of 201.38º 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 #A6DEFD is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 222 | 253 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.01 |
| HSL | 201.38º | 0.96% | 0.82% | - |
| HSV(B) | 201.38º | 0.34% | 0.99% | - |
| XYZ | 59.58 | 67.44 | 102.81 | - |
| YUV | 208.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 253 | 0.34 | 0.12 | 0 | 0.01 | 201.38 | 0.96 | 0.82 |
| Hex | A6 | DE | FD | 22 | C | 0 | 1 | C9 | 60 | 52 |
| Octal | 246 | 336 | 375 | 42 | 14 | 0 | 1 | 311 | 140 | 122 |
| Binary | 10100110 | 11011110 | 11111101 | 100010 | 1100 | 0 | 1 | 11001001 | 1100000 | 1010010 |
Color Harmonies of #A6DEFD
Complementary color
Monochromatic Colors of #A6DEFD
Black with #A6DEFD
Text Example
Text Example
White with #A6DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEFD; }
p { color: rgb(166,222,253); }
H1.HeaderClassName
{
color: #A6DEFD;
}
.AnyTagClassName
{
color: #A6DEFD;
}
</style>
background-color css
<style>
a { background-color: #A6DEFD; }
a { background-color: rgb(166,222,253); }
div.DivClassName
{
background-color: #A6DEFD;
}
.BgClassName
{
background-color: #A6DEFD;
}
</style>
border-color css
<style>
span { border-color: #A6DEFD; }
span { border-color: rgb(166,222,253); }
td.TdClassName
{
border-color: #A6DEFD;
}
.TagClassName
{
border-color: #A6DEFD;
}
</style>