Shades of Columbia Blue #8DDCFC
Tints of Columbia Blue #8DDCFC
RGB
CMYK
RGB Variations
Color information
#8DDCFC (or 0x8DDCFC) is known color: Columbia Blue. HEX triplet: 8D, DC and FC. RGB value is (141,220,252). Sum of RGB (Red+Green+Blue) = 141+220+252=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DDCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCFC is #722303. Grayscale: #C7C7C7. Windows color (decimal): -7480068 or 16571533. OLE color: 16571533.
HSL color Cylindrical-coordinate representation of color #8DDCFC: hue angle of 197.3º 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 #8DDCFC is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 220 | 252 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.01 |
| HSL | 197.3º | 0.95% | 0.77% | - |
| HSV(B) | 197.3º | 0.44% | 0.99% | - |
| XYZ | 54.15 | 63.88 | 101.57 | - |
| YUV | 200.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 252 | 0.44 | 0.13 | 0 | 0.01 | 197.3 | 0.95 | 0.77 |
| Hex | 8D | DC | FC | 2C | D | 0 | 1 | C5 | 5F | 4D |
| Octal | 215 | 334 | 374 | 54 | 15 | 0 | 1 | 305 | 137 | 115 |
| Binary | 10001101 | 11011100 | 11111100 | 101100 | 1101 | 0 | 1 | 11000101 | 1011111 | 1001101 |
Color Harmonies of #8DDCFC
Complementary color
Monochromatic Colors of #8DDCFC
Black with #8DDCFC
Text Example
Text Example
White with #8DDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDCFC; }
p { color: rgb(141,220,252); }
H1.HeaderClassName
{
color: #8DDCFC;
}
.AnyTagClassName
{
color: #8DDCFC;
}
</style>
background-color css
<style>
a { background-color: #8DDCFC; }
a { background-color: rgb(141,220,252); }
div.DivClassName
{
background-color: #8DDCFC;
}
.BgClassName
{
background-color: #8DDCFC;
}
</style>
border-color css
<style>
span { border-color: #8DDCFC; }
span { border-color: rgb(141,220,252); }
td.TdClassName
{
border-color: #8DDCFC;
}
.TagClassName
{
border-color: #8DDCFC;
}
</style>