Shades of Columbia Blue #8CDDFF
Tints of Columbia Blue #8CDDFF
RGB
CMYK
RGB Variations
Color information
#8CDDFF (or 0x8CDDFF) is known color: Columbia Blue. HEX triplet: 8C, DD and FF. RGB value is (140,221,255). Sum of RGB (Red+Green+Blue) = 140+221+255=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDFF is #732200. Grayscale: #C8C8C8. Windows color (decimal): -7545345 or 16768396. OLE color: 16768396.
HSL color Cylindrical-coordinate representation of color #8CDDFF: hue angle of 197.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDDFF is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 221 | 255 | - |
| CMYK | 0.45 | 0.13 | 0 | 0 |
| HSL | 197.74º | 1% | 0.77% | - |
| HSV(B) | 197.74º | 0.45% | 1% | - |
| XYZ | 54.72 | 64.51 | 104.18 | - |
| YUV | 200.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 255 | 0.45 | 0.13 | 0 | 0 | 197.74 | 1 | 0.77 |
| Hex | 8C | DD | FF | 2D | D | 0 | 0 | C6 | 64 | 4D |
| Octal | 214 | 335 | 377 | 55 | 15 | 0 | 0 | 306 | 144 | 115 |
| Binary | 10001100 | 11011101 | 11111111 | 101101 | 1101 | 0 | 0 | 11000110 | 1100100 | 1001101 |
Color Harmonies of #8CDDFF
Complementary color
Monochromatic Colors of #8CDDFF
Black with #8CDDFF
Text Example
Text Example
White with #8CDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDFF; }
p { color: rgb(140,221,255); }
H1.HeaderClassName
{
color: #8CDDFF;
}
.AnyTagClassName
{
color: #8CDDFF;
}
</style>
background-color css
<style>
a { background-color: #8CDDFF; }
a { background-color: rgb(140,221,255); }
div.DivClassName
{
background-color: #8CDDFF;
}
.BgClassName
{
background-color: #8CDDFF;
}
</style>
border-color css
<style>
span { border-color: #8CDDFF; }
span { border-color: rgb(140,221,255); }
td.TdClassName
{
border-color: #8CDDFF;
}
.TagClassName
{
border-color: #8CDDFF;
}
</style>