Shades of Columbia Blue #8DDCFD
Tints of Columbia Blue #8DDCFD
RGB
CMYK
RGB Variations
Color information
#8DDCFD (or 0x8DDCFD) is known color: Columbia Blue. HEX triplet: 8D, DC and FD. RGB value is (141,220,253). Sum of RGB (Red+Green+Blue) = 141+220+253=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 220 (86.33% from 255 or 35.83% 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 #8DDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCFD is #722302. Grayscale: #C7C7C7. Windows color (decimal): -7480067 or 16637069. OLE color: 16637069.
HSL color Cylindrical-coordinate representation of color #8DDCFD: hue angle of 197.68º degrees, saturation: 0.97, 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 #8DDCFD is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 220 | 253 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.01 |
| HSL | 197.68º | 0.97% | 0.77% | - |
| HSV(B) | 197.68º | 0.44% | 0.99% | - |
| XYZ | 54.31 | 63.94 | 102.41 | - |
| YUV | 200.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 253 | 0.44 | 0.13 | 0 | 0.01 | 197.68 | 0.97 | 0.77 |
| Hex | 8D | DC | FD | 2C | D | 0 | 1 | C6 | 61 | 4D |
| Octal | 215 | 334 | 375 | 54 | 15 | 0 | 1 | 306 | 141 | 115 |
| Binary | 10001101 | 11011100 | 11111101 | 101100 | 1101 | 0 | 1 | 11000110 | 1100001 | 1001101 |
Color Harmonies of #8DDCFD
Complementary color
Monochromatic Colors of #8DDCFD
Black with #8DDCFD
Text Example
Text Example
White with #8DDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDCFD; }
p { color: rgb(141,220,253); }
H1.HeaderClassName
{
color: #8DDCFD;
}
.AnyTagClassName
{
color: #8DDCFD;
}
</style>
background-color css
<style>
a { background-color: #8DDCFD; }
a { background-color: rgb(141,220,253); }
div.DivClassName
{
background-color: #8DDCFD;
}
.BgClassName
{
background-color: #8DDCFD;
}
</style>
border-color css
<style>
span { border-color: #8DDCFD; }
span { border-color: rgb(141,220,253); }
td.TdClassName
{
border-color: #8DDCFD;
}
.TagClassName
{
border-color: #8DDCFD;
}
</style>