Shades of Columbia Blue #8CDBFC
Tints of Columbia Blue #8CDBFC
RGB
CMYK
RGB Variations
Color information
#8CDBFC (or 0x8CDBFC) is known color: Columbia Blue. HEX triplet: 8C, DB and FC. RGB value is (140,219,252). Sum of RGB (Red+Green+Blue) = 140+219+252=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDBFC is #732403. Grayscale: #C6C6C6. Windows color (decimal): -7545860 or 16571276. OLE color: 16571276.
HSL color Cylindrical-coordinate representation of color #8CDBFC: hue angle of 197.68º 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 #8CDBFC is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 219 | 252 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.01 |
| HSL | 197.68º | 0.95% | 0.77% | - |
| HSV(B) | 197.68º | 0.44% | 0.99% | - |
| XYZ | 53.72 | 63.27 | 101.48 | - |
| YUV | 199.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 252 | 0.44 | 0.13 | 0 | 0.01 | 197.68 | 0.95 | 0.77 |
| Hex | 8C | DB | FC | 2C | D | 0 | 1 | C6 | 5F | 4D |
| Octal | 214 | 333 | 374 | 54 | 15 | 0 | 1 | 306 | 137 | 115 |
| Binary | 10001100 | 11011011 | 11111100 | 101100 | 1101 | 0 | 1 | 11000110 | 1011111 | 1001101 |
Color Harmonies of #8CDBFC
Complementary color
Monochromatic Colors of #8CDBFC
Black with #8CDBFC
Text Example
Text Example
White with #8CDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBFC; }
p { color: rgb(140,219,252); }
H1.HeaderClassName
{
color: #8CDBFC;
}
.AnyTagClassName
{
color: #8CDBFC;
}
</style>
background-color css
<style>
a { background-color: #8CDBFC; }
a { background-color: rgb(140,219,252); }
div.DivClassName
{
background-color: #8CDBFC;
}
.BgClassName
{
background-color: #8CDBFC;
}
</style>
border-color css
<style>
span { border-color: #8CDBFC; }
span { border-color: rgb(140,219,252); }
td.TdClassName
{
border-color: #8CDBFC;
}
.TagClassName
{
border-color: #8CDBFC;
}
</style>