Shades of Columbia Blue #8FDBFB
Tints of Columbia Blue #8FDBFB
RGB
CMYK
RGB Variations
Color information
#8FDBFB (or 0x8FDBFB) is known color: Columbia Blue. HEX triplet: 8F, DB and FB. RGB value is (143,219,251). Sum of RGB (Red+Green+Blue) = 143+219+251=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FDBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBFB is #702404. Grayscale: #C7C7C7. Windows color (decimal): -7349253 or 16505743. OLE color: 16505743.
HSL color Cylindrical-coordinate representation of color #8FDBFB: hue angle of 197.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDBFB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 143 | 219 | 251 | - |
CMYK | 0.43 | 0.13 | 0 | 0.02 |
HSL | 197.78º | 0.93% | 0.77% | - |
HSV(B) | 197.78º | 0.43% | 0.98% | - |
XYZ | 54.07 | 63.47 | 100.67 | - |
YUV | 199.92 | 156.82 | 87.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 219 | 251 | 0.43 | 0.13 | 0 | 0.02 | 197.78 | 0.93 | 0.77 |
Hex | 8F | DB | FB | 2B | D | 0 | 2 | C6 | 5D | 4D |
Octal | 217 | 333 | 373 | 53 | 15 | 0 | 2 | 306 | 135 | 115 |
Binary | 10001111 | 11011011 | 11111011 | 101011 | 1101 | 0 | 10 | 11000110 | 1011101 | 1001101 |
Color Harmonies of #8FDBFB
Complementary color
Monochromatic Colors of #8FDBFB
Black with #8FDBFB
Text Example
Text Example
White with #8FDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBFB; }
p { color: rgb(143,219,251); }
H1.HeaderClassName
{
color: #8FDBFB;
}
.AnyTagClassName
{
color: #8FDBFB;
}
</style>
background-color css
<style>
a { background-color: #8FDBFB; }
a { background-color: rgb(143,219,251); }
div.DivClassName
{
background-color: #8FDBFB;
}
.BgClassName
{
background-color: #8FDBFB;
}
</style>
border-color css
<style>
span { border-color: #8FDBFB; }
span { border-color: rgb(143,219,251); }
td.TdClassName
{
border-color: #8FDBFB;
}
.TagClassName
{
border-color: #8FDBFB;
}
</style>