Shades of Columbia Blue #8FDBF8
Tints of Columbia Blue #8FDBF8
RGB
CMYK
RGB Variations
Color information
#8FDBF8 (or 0x8FDBF8) is known color: Columbia Blue. HEX triplet: 8F, DB and F8. RGB value is (143,219,248). Sum of RGB (Red+Green+Blue) = 143+219+248=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FDBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBF8 is #702407. Grayscale: #C7C7C7. Windows color (decimal): -7349256 or 16309135. OLE color: 16309135.
HSL color Cylindrical-coordinate representation of color #8FDBF8: hue angle of 196.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FDBF8 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 219 | 248 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.03 |
| HSL | 196.57º | 0.88% | 0.77% | - |
| HSV(B) | 196.57º | 0.42% | 0.97% | - |
| XYZ | 53.6 | 63.28 | 98.2 | - |
| YUV | 199.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 248 | 0.42 | 0.12 | 0 | 0.03 | 196.57 | 0.88 | 0.77 |
| Hex | 8F | DB | F8 | 2A | C | 0 | 3 | C5 | 58 | 4D |
| Octal | 217 | 333 | 370 | 52 | 14 | 0 | 3 | 305 | 130 | 115 |
| Binary | 10001111 | 11011011 | 11111000 | 101010 | 1100 | 0 | 11 | 11000101 | 1011000 | 1001101 |
Color Harmonies of #8FDBF8
Complementary color
Monochromatic Colors of #8FDBF8
Black with #8FDBF8
Text Example
Text Example
White with #8FDBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBF8; }
p { color: rgb(143,219,248); }
H1.HeaderClassName
{
color: #8FDBF8;
}
.AnyTagClassName
{
color: #8FDBF8;
}
</style>
background-color css
<style>
a { background-color: #8FDBF8; }
a { background-color: rgb(143,219,248); }
div.DivClassName
{
background-color: #8FDBF8;
}
.BgClassName
{
background-color: #8FDBF8;
}
</style>
border-color css
<style>
span { border-color: #8FDBF8; }
span { border-color: rgb(143,219,248); }
td.TdClassName
{
border-color: #8FDBF8;
}
.TagClassName
{
border-color: #8FDBF8;
}
</style>