Shades of Columbia Blue #8DDBFC
Tints of Columbia Blue #8DDBFC
RGB
CMYK
RGB Variations
Color information
#8DDBFC (or 0x8DDBFC) is known color: Columbia Blue. HEX triplet: 8D, DB and FC. RGB value is (141,219,252). Sum of RGB (Red+Green+Blue) = 141+219+252=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBFC is #722403. Grayscale: #C7C7C7. Windows color (decimal): -7480324 or 16571277. OLE color: 16571277.
HSL color Cylindrical-coordinate representation of color #8DDBFC: hue angle of 197.84º 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 #8DDBFC is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 219 | 252 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.01 |
| HSL | 197.84º | 0.95% | 0.77% | - |
| HSV(B) | 197.84º | 0.44% | 0.99% | - |
| XYZ | 53.89 | 63.35 | 101.48 | - |
| YUV | 199.44 | 157.66 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 252 | 0.44 | 0.13 | 0 | 0.01 | 197.84 | 0.95 | 0.77 |
| Hex | 8D | DB | FC | 2C | D | 0 | 1 | C6 | 5F | 4D |
| Octal | 215 | 333 | 374 | 54 | 15 | 0 | 1 | 306 | 137 | 115 |
| Binary | 10001101 | 11011011 | 11111100 | 101100 | 1101 | 0 | 1 | 11000110 | 1011111 | 1001101 |
Color Harmonies of #8DDBFC
Complementary color
Monochromatic Colors of #8DDBFC
Black with #8DDBFC
Text Example
Text Example
White with #8DDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBFC; }
p { color: rgb(141,219,252); }
H1.HeaderClassName
{
color: #8DDBFC;
}
.AnyTagClassName
{
color: #8DDBFC;
}
</style>
background-color css
<style>
a { background-color: #8DDBFC; }
a { background-color: rgb(141,219,252); }
div.DivClassName
{
background-color: #8DDBFC;
}
.BgClassName
{
background-color: #8DDBFC;
}
</style>
border-color css
<style>
span { border-color: #8DDBFC; }
span { border-color: rgb(141,219,252); }
td.TdClassName
{
border-color: #8DDBFC;
}
.TagClassName
{
border-color: #8DDBFC;
}
</style>