Shades of Columbia Blue #8BDFFE
Tints of Columbia Blue #8BDFFE
RGB
CMYK
RGB Variations
Color information
#8BDFFE (or 0x8BDFFE) is known color: Columbia Blue. HEX triplet: 8B, DF and FE. RGB value is (139,223,254). Sum of RGB (Red+Green+Blue) = 139+223+254=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFFE is #742001. Grayscale: #C9C9C9. Windows color (decimal): -7610370 or 16703371. OLE color: 16703371.
HSL color Cylindrical-coordinate representation of color #8BDFFE: hue angle of 196.17º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BDFFE is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 223 | 254 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.00 |
| HSL | 196.17º | 0.98% | 0.77% | - |
| HSV(B) | 196.17º | 0.45% | 1% | - |
| XYZ | 54.92 | 65.42 | 103.5 | - |
| YUV | 201.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 254 | 0.45 | 0.12 | 0 | 0.00 | 196.17 | 0.98 | 0.77 |
| Hex | 8B | DF | FE | 2D | C | 0 | 0 | C4 | 62 | 4D |
| Octal | 213 | 337 | 376 | 55 | 14 | 0 | 0 | 304 | 142 | 115 |
| Binary | 10001011 | 11011111 | 11111110 | 101101 | 1100 | 0 | 0 | 11000100 | 1100010 | 1001101 |
Color Harmonies of #8BDFFE
Complementary color
Monochromatic Colors of #8BDFFE
Black with #8BDFFE
Text Example
Text Example
White with #8BDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFFE; }
p { color: rgb(139,223,254); }
H1.HeaderClassName
{
color: #8BDFFE;
}
.AnyTagClassName
{
color: #8BDFFE;
}
</style>
background-color css
<style>
a { background-color: #8BDFFE; }
a { background-color: rgb(139,223,254); }
div.DivClassName
{
background-color: #8BDFFE;
}
.BgClassName
{
background-color: #8BDFFE;
}
</style>
border-color css
<style>
span { border-color: #8BDFFE; }
span { border-color: rgb(139,223,254); }
td.TdClassName
{
border-color: #8BDFFE;
}
.TagClassName
{
border-color: #8BDFFE;
}
</style>