Shades of Columbia Blue #8FDBFC
Tints of Columbia Blue #8FDBFC
RGB
CMYK
RGB Variations
Color information
#8FDBFC (or 0x8FDBFC) is known color: Columbia Blue. HEX triplet: 8F, DB and FC. RGB value is (143,219,252). Sum of RGB (Red+Green+Blue) = 143+219+252=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBFC is #702403. Grayscale: #C7C7C7. Windows color (decimal): -7349252 or 16571279. OLE color: 16571279.
HSL color Cylindrical-coordinate representation of color #8FDBFC: hue angle of 198.17º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDBFC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 219 | 252 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.01 |
| HSL | 198.17º | 0.95% | 0.77% | - |
| HSV(B) | 198.17º | 0.43% | 0.99% | - |
| XYZ | 54.23 | 63.53 | 101.5 | - |
| YUV | 200.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 252 | 0.43 | 0.13 | 0 | 0.01 | 198.17 | 0.95 | 0.77 |
| Hex | 8F | DB | FC | 2B | D | 0 | 1 | C6 | 5F | 4D |
| Octal | 217 | 333 | 374 | 53 | 15 | 0 | 1 | 306 | 137 | 115 |
| Binary | 10001111 | 11011011 | 11111100 | 101011 | 1101 | 0 | 1 | 11000110 | 1011111 | 1001101 |
Color Harmonies of #8FDBFC
Complementary color
Monochromatic Colors of #8FDBFC
Black with #8FDBFC
Text Example
Text Example
White with #8FDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBFC; }
p { color: rgb(143,219,252); }
H1.HeaderClassName
{
color: #8FDBFC;
}
.AnyTagClassName
{
color: #8FDBFC;
}
</style>
background-color css
<style>
a { background-color: #8FDBFC; }
a { background-color: rgb(143,219,252); }
div.DivClassName
{
background-color: #8FDBFC;
}
.BgClassName
{
background-color: #8FDBFC;
}
</style>
border-color css
<style>
span { border-color: #8FDBFC; }
span { border-color: rgb(143,219,252); }
td.TdClassName
{
border-color: #8FDBFC;
}
.TagClassName
{
border-color: #8FDBFC;
}
</style>