Shades of Columbia Blue #8FDBFF
Tints of Columbia Blue #8FDBFF
RGB
CMYK
RGB Variations
Color information
#8FDBFF (or 0x8FDBFF) is known color: Columbia Blue. HEX triplet: 8F, DB and FF. RGB value is (143,219,255). Sum of RGB (Red+Green+Blue) = 143+219+255=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBFF is #702400. Grayscale: #C8C8C8. Windows color (decimal): -7349249 or 16767887. OLE color: 16767887.
HSL color Cylindrical-coordinate representation of color #8FDBFF: hue angle of 199.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FDBFF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 219 | 255 | - |
| CMYK | 0.44 | 0.14 | 0 | 0 |
| HSL | 199.29º | 1% | 0.78% | - |
| HSV(B) | 199.29º | 0.44% | 1% | - |
| XYZ | 54.71 | 63.72 | 104.02 | - |
| YUV | 200.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 255 | 0.44 | 0.14 | 0 | 0 | 199.29 | 1 | 0.78 |
| Hex | 8F | DB | FF | 2C | E | 0 | 0 | C7 | 64 | 4E |
| Octal | 217 | 333 | 377 | 54 | 16 | 0 | 0 | 307 | 144 | 116 |
| Binary | 10001111 | 11011011 | 11111111 | 101100 | 1110 | 0 | 0 | 11000111 | 1100100 | 1001110 |
Color Harmonies of #8FDBFF
Complementary color
Monochromatic Colors of #8FDBFF
Black with #8FDBFF
Text Example
Text Example
White with #8FDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBFF; }
p { color: rgb(143,219,255); }
H1.HeaderClassName
{
color: #8FDBFF;
}
.AnyTagClassName
{
color: #8FDBFF;
}
</style>
background-color css
<style>
a { background-color: #8FDBFF; }
a { background-color: rgb(143,219,255); }
div.DivClassName
{
background-color: #8FDBFF;
}
.BgClassName
{
background-color: #8FDBFF;
}
</style>
border-color css
<style>
span { border-color: #8FDBFF; }
span { border-color: rgb(143,219,255); }
td.TdClassName
{
border-color: #8FDBFF;
}
.TagClassName
{
border-color: #8FDBFF;
}
</style>