Shades of Columbia Blue #8CDCFD
Tints of Columbia Blue #8CDCFD
RGB
CMYK
RGB Variations
Color information
#8CDCFD (or 0x8CDCFD) is known color: Columbia Blue. HEX triplet: 8C, DC and FD. RGB value is (140,220,253). Sum of RGB (Red+Green+Blue) = 140+220+253=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDCFD is #732302. Grayscale: #C7C7C7. Windows color (decimal): -7545603 or 16637068. OLE color: 16637068.
HSL color Cylindrical-coordinate representation of color #8CDCFD: hue angle of 197.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDCFD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 220 | 253 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.01 |
| HSL | 197.52º | 0.97% | 0.77% | - |
| HSV(B) | 197.52º | 0.45% | 0.99% | - |
| XYZ | 54.14 | 63.85 | 102.4 | - |
| YUV | 199.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 253 | 0.45 | 0.13 | 0 | 0.01 | 197.52 | 0.97 | 0.77 |
| Hex | 8C | DC | FD | 2D | D | 0 | 1 | C6 | 61 | 4D |
| Octal | 214 | 334 | 375 | 55 | 15 | 0 | 1 | 306 | 141 | 115 |
| Binary | 10001100 | 11011100 | 11111101 | 101101 | 1101 | 0 | 1 | 11000110 | 1100001 | 1001101 |
Color Harmonies of #8CDCFD
Complementary color
Monochromatic Colors of #8CDCFD
Black with #8CDCFD
Text Example
Text Example
White with #8CDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCFD; }
p { color: rgb(140,220,253); }
H1.HeaderClassName
{
color: #8CDCFD;
}
.AnyTagClassName
{
color: #8CDCFD;
}
</style>
background-color css
<style>
a { background-color: #8CDCFD; }
a { background-color: rgb(140,220,253); }
div.DivClassName
{
background-color: #8CDCFD;
}
.BgClassName
{
background-color: #8CDCFD;
}
</style>
border-color css
<style>
span { border-color: #8CDCFD; }
span { border-color: rgb(140,220,253); }
td.TdClassName
{
border-color: #8CDCFD;
}
.TagClassName
{
border-color: #8CDCFD;
}
</style>