Shades of Columbia Blue #8CDBFF
Tints of Columbia Blue #8CDBFF
RGB
CMYK
RGB Variations
Color information
#8CDBFF (or 0x8CDBFF) is known color: Columbia Blue. HEX triplet: 8C, DB and FF. RGB value is (140,219,255). Sum of RGB (Red+Green+Blue) = 140+219+255=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDBFF is #732400. Grayscale: #C7C7C7. Windows color (decimal): -7545857 or 16767884. OLE color: 16767884.
HSL color Cylindrical-coordinate representation of color #8CDBFF: hue angle of 198.78º 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 #8CDBFF is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 219 | 255 | - |
| CMYK | 0.45 | 0.14 | 0 | 0 |
| HSL | 198.78º | 1% | 0.77% | - |
| HSV(B) | 198.78º | 0.45% | 1% | - |
| XYZ | 54.2 | 63.46 | 104 | - |
| YUV | 199.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 255 | 0.45 | 0.14 | 0 | 0 | 198.78 | 1 | 0.77 |
| Hex | 8C | DB | FF | 2D | E | 0 | 0 | C7 | 64 | 4D |
| Octal | 214 | 333 | 377 | 55 | 16 | 0 | 0 | 307 | 144 | 115 |
| Binary | 10001100 | 11011011 | 11111111 | 101101 | 1110 | 0 | 0 | 11000111 | 1100100 | 1001101 |
Color Harmonies of #8CDBFF
Complementary color
Monochromatic Colors of #8CDBFF
Black with #8CDBFF
Text Example
Text Example
White with #8CDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBFF; }
p { color: rgb(140,219,255); }
H1.HeaderClassName
{
color: #8CDBFF;
}
.AnyTagClassName
{
color: #8CDBFF;
}
</style>
background-color css
<style>
a { background-color: #8CDBFF; }
a { background-color: rgb(140,219,255); }
div.DivClassName
{
background-color: #8CDBFF;
}
.BgClassName
{
background-color: #8CDBFF;
}
</style>
border-color css
<style>
span { border-color: #8CDBFF; }
span { border-color: rgb(140,219,255); }
td.TdClassName
{
border-color: #8CDBFF;
}
.TagClassName
{
border-color: #8CDBFF;
}
</style>