Shades of Columbia Blue #8BDFFB
Tints of Columbia Blue #8BDFFB
RGB
CMYK
RGB Variations
Color information
#8BDFFB (or 0x8BDFFB) is known color: Columbia Blue. HEX triplet: 8B, DF and FB. RGB value is (139,223,251). Sum of RGB (Red+Green+Blue) = 139+223+251=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 223 (87.5% from 255 or 36.38% 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 #8BDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFFB is #742004. Grayscale: #C8C8C8. Windows color (decimal): -7610373 or 16506763. OLE color: 16506763.
HSL color Cylindrical-coordinate representation of color #8BDFFB: hue angle of 195º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BDFFB is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 223 | 251 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.02 |
| HSL | 195º | 0.93% | 0.76% | - |
| HSV(B) | 195º | 0.45% | 0.98% | - |
| XYZ | 54.45 | 65.23 | 100.99 | - |
| YUV | 201.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 251 | 0.45 | 0.11 | 0 | 0.02 | 195 | 0.93 | 0.76 |
| Hex | 8B | DF | FB | 2D | B | 0 | 2 | C3 | 5D | 4C |
| Octal | 213 | 337 | 373 | 55 | 13 | 0 | 2 | 303 | 135 | 114 |
| Binary | 10001011 | 11011111 | 11111011 | 101101 | 1011 | 0 | 10 | 11000011 | 1011101 | 1001100 |
Color Harmonies of #8BDFFB
Complementary color
Monochromatic Colors of #8BDFFB
Black with #8BDFFB
Text Example
Text Example
White with #8BDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFFB; }
p { color: rgb(139,223,251); }
H1.HeaderClassName
{
color: #8BDFFB;
}
.AnyTagClassName
{
color: #8BDFFB;
}
</style>
background-color css
<style>
a { background-color: #8BDFFB; }
a { background-color: rgb(139,223,251); }
div.DivClassName
{
background-color: #8BDFFB;
}
.BgClassName
{
background-color: #8BDFFB;
}
</style>
border-color css
<style>
span { border-color: #8BDFFB; }
span { border-color: rgb(139,223,251); }
td.TdClassName
{
border-color: #8BDFFB;
}
.TagClassName
{
border-color: #8BDFFB;
}
</style>