Shades of Columbia Blue #8FDBF5
Tints of Columbia Blue #8FDBF5
RGB
CMYK
RGB Variations
Color information
#8FDBF5 (or 0x8FDBF5) is known color: Columbia Blue. HEX triplet: 8F, DB and F5. RGB value is (143,219,245). Sum of RGB (Red+Green+Blue) = 143+219+245=607 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.56% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FDBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBF5 is #70240A. Grayscale: #C7C7C7. Windows color (decimal): -7349259 or 16112527. OLE color: 16112527.
HSL color Cylindrical-coordinate representation of color #8FDBF5: hue angle of 195.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FDBF5 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 219 | 245 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.04 |
| HSL | 195.29º | 0.84% | 0.76% | - |
| HSV(B) | 195.29º | 0.42% | 0.96% | - |
| XYZ | 53.14 | 63.1 | 95.76 | - |
| YUV | 199.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 245 | 0.42 | 0.11 | 0 | 0.04 | 195.29 | 0.84 | 0.76 |
| Hex | 8F | DB | F5 | 2A | B | 0 | 4 | C3 | 54 | 4C |
| Octal | 217 | 333 | 365 | 52 | 13 | 0 | 4 | 303 | 124 | 114 |
| Binary | 10001111 | 11011011 | 11110101 | 101010 | 1011 | 0 | 100 | 11000011 | 1010100 | 1001100 |
Color Harmonies of #8FDBF5
Complementary color
Monochromatic Colors of #8FDBF5
Black with #8FDBF5
Text Example
Text Example
White with #8FDBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBF5; }
p { color: rgb(143,219,245); }
H1.HeaderClassName
{
color: #8FDBF5;
}
.AnyTagClassName
{
color: #8FDBF5;
}
</style>
background-color css
<style>
a { background-color: #8FDBF5; }
a { background-color: rgb(143,219,245); }
div.DivClassName
{
background-color: #8FDBF5;
}
.BgClassName
{
background-color: #8FDBF5;
}
</style>
border-color css
<style>
span { border-color: #8FDBF5; }
span { border-color: rgb(143,219,245); }
td.TdClassName
{
border-color: #8FDBF5;
}
.TagClassName
{
border-color: #8FDBF5;
}
</style>