Shades of Columbia Blue #A8DFFD
Tints of Columbia Blue #A8DFFD
RGB
CMYK
RGB Variations
Color information
#A8DFFD (or 0xA8DFFD) is known color: Columbia Blue. HEX triplet: A8, DF and FD. RGB value is (168,223,253). Sum of RGB (Red+Green+Blue) = 168+223+253=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 223 (87.5% from 255 or 34.63% 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 #A8DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFFD is #572002. Grayscale: #D1D1D1. Windows color (decimal): -5709827 or 16637864. OLE color: 16637864.
HSL color Cylindrical-coordinate representation of color #A8DFFD: hue angle of 201.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DFFD is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 223 | 253 | - |
CMYK | 0.34 | 0.12 | 0 | 0.01 |
HSL | 201.18º | 0.96% | 0.83% | - |
HSV(B) | 201.18º | 0.34% | 0.99% | - |
XYZ | 60.27 | 68.19 | 102.91 | - |
YUV | 209.98 | 152.28 | 98.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 223 | 253 | 0.34 | 0.12 | 0 | 0.01 | 201.18 | 0.96 | 0.83 |
Hex | A8 | DF | FD | 22 | C | 0 | 1 | C9 | 60 | 53 |
Octal | 250 | 337 | 375 | 42 | 14 | 0 | 1 | 311 | 140 | 123 |
Binary | 10101000 | 11011111 | 11111101 | 100010 | 1100 | 0 | 1 | 11001001 | 1100000 | 1010011 |
Color Harmonies of #A8DFFD
Complementary color
Monochromatic Colors of #A8DFFD
Black with #A8DFFD
Text Example
Text Example
White with #A8DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFFD; }
p { color: rgb(168,223,253); }
H1.HeaderClassName
{
color: #A8DFFD;
}
.AnyTagClassName
{
color: #A8DFFD;
}
</style>
background-color css
<style>
a { background-color: #A8DFFD; }
a { background-color: rgb(168,223,253); }
div.DivClassName
{
background-color: #A8DFFD;
}
.BgClassName
{
background-color: #A8DFFD;
}
</style>
border-color css
<style>
span { border-color: #A8DFFD; }
span { border-color: rgb(168,223,253); }
td.TdClassName
{
border-color: #A8DFFD;
}
.TagClassName
{
border-color: #A8DFFD;
}
</style>