Shades of Columbia Blue #8CDDFD
Tints of Columbia Blue #8CDDFD
RGB
CMYK
RGB Variations
Color information
#8CDDFD (or 0x8CDDFD) is known color: Columbia Blue. HEX triplet: 8C, DD and FD. RGB value is (140,221,253). Sum of RGB (Red+Green+Blue) = 140+221+253=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDFD is #732202. Grayscale: #C8C8C8. Windows color (decimal): -7545347 or 16637324. OLE color: 16637324.
HSL color Cylindrical-coordinate representation of color #8CDDFD: hue angle of 196.99º 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 #8CDDFD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 221 | 253 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.01 |
| HSL | 196.99º | 0.97% | 0.77% | - |
| HSV(B) | 196.99º | 0.45% | 0.99% | - |
| XYZ | 54.4 | 64.38 | 102.49 | - |
| YUV | 200.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 253 | 0.45 | 0.13 | 0 | 0.01 | 196.99 | 0.97 | 0.77 |
| Hex | 8C | DD | FD | 2D | D | 0 | 1 | C5 | 61 | 4D |
| Octal | 214 | 335 | 375 | 55 | 15 | 0 | 1 | 305 | 141 | 115 |
| Binary | 10001100 | 11011101 | 11111101 | 101101 | 1101 | 0 | 1 | 11000101 | 1100001 | 1001101 |
Color Harmonies of #8CDDFD
Complementary color
Monochromatic Colors of #8CDDFD
Black with #8CDDFD
Text Example
Text Example
White with #8CDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDFD; }
p { color: rgb(140,221,253); }
H1.HeaderClassName
{
color: #8CDDFD;
}
.AnyTagClassName
{
color: #8CDDFD;
}
</style>
background-color css
<style>
a { background-color: #8CDDFD; }
a { background-color: rgb(140,221,253); }
div.DivClassName
{
background-color: #8CDDFD;
}
.BgClassName
{
background-color: #8CDDFD;
}
</style>
border-color css
<style>
span { border-color: #8CDDFD; }
span { border-color: rgb(140,221,253); }
td.TdClassName
{
border-color: #8CDDFD;
}
.TagClassName
{
border-color: #8CDDFD;
}
</style>