Shades of Columbia Blue #8FEBFD
Tints of Columbia Blue #8FEBFD
RGB
CMYK
RGB Variations
Color information
#8FEBFD (or 0x8FEBFD) is known color: Columbia Blue. HEX triplet: 8F, EB and FD. RGB value is (143,235,253). Sum of RGB (Red+Green+Blue) = 143+235+253=631 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.66% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBFD is #701402. Grayscale: #D1D1D1. Windows color (decimal): -7345155 or 16640911. OLE color: 16640911.
HSL color Cylindrical-coordinate representation of color #8FEBFD: hue angle of 189.82º 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 #8FEBFD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 235 | 253 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.01 |
| HSL | 189.82º | 0.96% | 0.78% | - |
| HSV(B) | 189.82º | 0.43% | 0.99% | - |
| XYZ | 58.77 | 72.35 | 103.8 | - |
| YUV | 209.54 | 152.52 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 253 | 0.43 | 0.07 | 0 | 0.01 | 189.82 | 0.96 | 0.78 |
| Hex | 8F | EB | FD | 2B | 7 | 0 | 1 | BE | 60 | 4E |
| Octal | 217 | 353 | 375 | 53 | 7 | 0 | 1 | 276 | 140 | 116 |
| Binary | 10001111 | 11101011 | 11111101 | 101011 | 111 | 0 | 1 | 10111110 | 1100000 | 1001110 |
Color Harmonies of #8FEBFD
Complementary color
Monochromatic Colors of #8FEBFD
Black with #8FEBFD
Text Example
Text Example
White with #8FEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBFD; }
p { color: rgb(143,235,253); }
H1.HeaderClassName
{
color: #8FEBFD;
}
.AnyTagClassName
{
color: #8FEBFD;
}
</style>
background-color css
<style>
a { background-color: #8FEBFD; }
a { background-color: rgb(143,235,253); }
div.DivClassName
{
background-color: #8FEBFD;
}
.BgClassName
{
background-color: #8FEBFD;
}
</style>
border-color css
<style>
span { border-color: #8FEBFD; }
span { border-color: rgb(143,235,253); }
td.TdClassName
{
border-color: #8FEBFD;
}
.TagClassName
{
border-color: #8FEBFD;
}
</style>