Shades of Columbia Blue #8DDDFC
Tints of Columbia Blue #8DDDFC
RGB
CMYK
RGB Variations
Color information
#8DDDFC (or 0x8DDDFC) is known color: Columbia Blue. HEX triplet: 8D, DD and FC. RGB value is (141,221,252). Sum of RGB (Red+Green+Blue) = 141+221+252=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDFC is #722203. Grayscale: #C8C8C8. Windows color (decimal): -7479812 or 16571789. OLE color: 16571789.
HSL color Cylindrical-coordinate representation of color #8DDDFC: hue angle of 196.76º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDDFC is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 221 | 252 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.01 |
| HSL | 196.76º | 0.95% | 0.77% | - |
| HSV(B) | 196.76º | 0.44% | 0.99% | - |
| XYZ | 54.41 | 64.4 | 101.66 | - |
| YUV | 200.61 | 157 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 252 | 0.44 | 0.12 | 0 | 0.01 | 196.76 | 0.95 | 0.77 |
| Hex | 8D | DD | FC | 2C | C | 0 | 1 | C5 | 5F | 4D |
| Octal | 215 | 335 | 374 | 54 | 14 | 0 | 1 | 305 | 137 | 115 |
| Binary | 10001101 | 11011101 | 11111100 | 101100 | 1100 | 0 | 1 | 11000101 | 1011111 | 1001101 |
Color Harmonies of #8DDDFC
Complementary color
Monochromatic Colors of #8DDDFC
Black with #8DDDFC
Text Example
Text Example
White with #8DDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDFC; }
p { color: rgb(141,221,252); }
H1.HeaderClassName
{
color: #8DDDFC;
}
.AnyTagClassName
{
color: #8DDDFC;
}
</style>
background-color css
<style>
a { background-color: #8DDDFC; }
a { background-color: rgb(141,221,252); }
div.DivClassName
{
background-color: #8DDDFC;
}
.BgClassName
{
background-color: #8DDDFC;
}
</style>
border-color css
<style>
span { border-color: #8DDDFC; }
span { border-color: rgb(141,221,252); }
td.TdClassName
{
border-color: #8DDDFC;
}
.TagClassName
{
border-color: #8DDDFC;
}
</style>