Shades of Columbia Blue #8DDDFE
Tints of Columbia Blue #8DDDFE
RGB
CMYK
RGB Variations
Color information
#8DDDFE (or 0x8DDDFE) is known color: Columbia Blue. HEX triplet: 8D, DD and FE. RGB value is (141,221,254). Sum of RGB (Red+Green+Blue) = 141+221+254=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDFE is #722201. Grayscale: #C8C8C8. Windows color (decimal): -7479810 or 16702861. OLE color: 16702861.
HSL color Cylindrical-coordinate representation of color #8DDDFE: hue angle of 197.52º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDDFE is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 221 | 254 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.00 |
| HSL | 197.52º | 0.98% | 0.77% | - |
| HSV(B) | 197.52º | 0.44% | 1% | - |
| XYZ | 54.73 | 64.53 | 103.34 | - |
| YUV | 200.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 254 | 0.44 | 0.13 | 0 | 0.00 | 197.52 | 0.98 | 0.77 |
| Hex | 8D | DD | FE | 2C | D | 0 | 0 | C6 | 62 | 4D |
| Octal | 215 | 335 | 376 | 54 | 15 | 0 | 0 | 306 | 142 | 115 |
| Binary | 10001101 | 11011101 | 11111110 | 101100 | 1101 | 0 | 0 | 11000110 | 1100010 | 1001101 |
Color Harmonies of #8DDDFE
Complementary color
Monochromatic Colors of #8DDDFE
Black with #8DDDFE
Text Example
Text Example
White with #8DDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDFE; }
p { color: rgb(141,221,254); }
H1.HeaderClassName
{
color: #8DDDFE;
}
.AnyTagClassName
{
color: #8DDDFE;
}
</style>
background-color css
<style>
a { background-color: #8DDDFE; }
a { background-color: rgb(141,221,254); }
div.DivClassName
{
background-color: #8DDDFE;
}
.BgClassName
{
background-color: #8DDDFE;
}
</style>
border-color css
<style>
span { border-color: #8DDDFE; }
span { border-color: rgb(141,221,254); }
td.TdClassName
{
border-color: #8DDDFE;
}
.TagClassName
{
border-color: #8DDDFE;
}
</style>