Shades of Columbia Blue #8FDBFD
Tints of Columbia Blue #8FDBFD
RGB
CMYK
RGB Variations
Color information
#8FDBFD (or 0x8FDBFD) is known color: Columbia Blue. HEX triplet: 8F, DB and FD. RGB value is (143,219,253). Sum of RGB (Red+Green+Blue) = 143+219+253=615 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.25% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FDBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBFD is #702402. Grayscale: #C7C7C7. Windows color (decimal): -7349251 or 16636815. OLE color: 16636815.
HSL color Cylindrical-coordinate representation of color #8FDBFD: hue angle of 198.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDBFD is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 219 | 253 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.01 |
| HSL | 198.55º | 0.96% | 0.78% | - |
| HSV(B) | 198.55º | 0.43% | 0.99% | - |
| XYZ | 54.39 | 63.59 | 102.34 | - |
| YUV | 200.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 253 | 0.43 | 0.13 | 0 | 0.01 | 198.55 | 0.96 | 0.78 |
| Hex | 8F | DB | FD | 2B | D | 0 | 1 | C7 | 60 | 4E |
| Octal | 217 | 333 | 375 | 53 | 15 | 0 | 1 | 307 | 140 | 116 |
| Binary | 10001111 | 11011011 | 11111101 | 101011 | 1101 | 0 | 1 | 11000111 | 1100000 | 1001110 |
Color Harmonies of #8FDBFD
Complementary color
Monochromatic Colors of #8FDBFD
Black with #8FDBFD
Text Example
Text Example
White with #8FDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBFD; }
p { color: rgb(143,219,253); }
H1.HeaderClassName
{
color: #8FDBFD;
}
.AnyTagClassName
{
color: #8FDBFD;
}
</style>
background-color css
<style>
a { background-color: #8FDBFD; }
a { background-color: rgb(143,219,253); }
div.DivClassName
{
background-color: #8FDBFD;
}
.BgClassName
{
background-color: #8FDBFD;
}
</style>
border-color css
<style>
span { border-color: #8FDBFD; }
span { border-color: rgb(143,219,253); }
td.TdClassName
{
border-color: #8FDBFD;
}
.TagClassName
{
border-color: #8FDBFD;
}
</style>