Shades of Columbia Blue #A6DAFD
Tints of Columbia Blue #A6DAFD
RGB
CMYK
RGB Variations
Color information
#A6DAFD (or 0xA6DAFD) is known color: Columbia Blue. HEX triplet: A6, DA and FD. RGB value is (166,218,253). Sum of RGB (Red+Green+Blue) = 166+218+253=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAFD is #592502. Grayscale: #CECECE. Windows color (decimal): -5842179 or 16636582. OLE color: 16636582.
HSL color Cylindrical-coordinate representation of color #A6DAFD: hue angle of 204.14º 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 #A6DAFD is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 166 | 218 | 253 | - |
CMYK | 0.34 | 0.14 | 0 | 0.01 |
HSL | 204.14º | 0.96% | 0.82% | - |
HSV(B) | 204.14º | 0.34% | 0.99% | - |
XYZ | 58.53 | 65.34 | 102.46 | - |
YUV | 206.44 | 154.27 | 99.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 218 | 253 | 0.34 | 0.14 | 0 | 0.01 | 204.14 | 0.96 | 0.82 |
Hex | A6 | DA | FD | 22 | E | 0 | 1 | CC | 60 | 52 |
Octal | 246 | 332 | 375 | 42 | 16 | 0 | 1 | 314 | 140 | 122 |
Binary | 10100110 | 11011010 | 11111101 | 100010 | 1110 | 0 | 1 | 11001100 | 1100000 | 1010010 |
Color Harmonies of #A6DAFD
Complementary color
Monochromatic Colors of #A6DAFD
Black with #A6DAFD
Text Example
Text Example
White with #A6DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAFD; }
p { color: rgb(166,218,253); }
H1.HeaderClassName
{
color: #A6DAFD;
}
.AnyTagClassName
{
color: #A6DAFD;
}
</style>
background-color css
<style>
a { background-color: #A6DAFD; }
a { background-color: rgb(166,218,253); }
div.DivClassName
{
background-color: #A6DAFD;
}
.BgClassName
{
background-color: #A6DAFD;
}
</style>
border-color css
<style>
span { border-color: #A6DAFD; }
span { border-color: rgb(166,218,253); }
td.TdClassName
{
border-color: #A6DAFD;
}
.TagClassName
{
border-color: #A6DAFD;
}
</style>