Shades of Columbia Blue #8BE8FE
Tints of Columbia Blue #8BE8FE
RGB
CMYK
RGB Variations
Color information
#8BE8FE (or 0x8BE8FE) is known color: Columbia Blue. HEX triplet: 8B, E8 and FE. RGB value is (139,232,254). Sum of RGB (Red+Green+Blue) = 139+232+254=625 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.24% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BE8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE8FE is #741701. Grayscale: #CECECE. Windows color (decimal): -7608066 or 16705675. OLE color: 16705675.
HSL color Cylindrical-coordinate representation of color #8BE8FE: hue angle of 191.48º 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 #8BE8FE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 232 | 254 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.00 |
| HSL | 191.48º | 0.98% | 0.77% | - |
| HSV(B) | 191.48º | 0.45% | 1% | - |
| XYZ | 57.39 | 70.36 | 104.32 | - |
| YUV | 206.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 254 | 0.45 | 0.09 | 0 | 0.00 | 191.48 | 0.98 | 0.77 |
| Hex | 8B | E8 | FE | 2D | 9 | 0 | 0 | BF | 62 | 4D |
| Octal | 213 | 350 | 376 | 55 | 11 | 0 | 0 | 277 | 142 | 115 |
| Binary | 10001011 | 11101000 | 11111110 | 101101 | 1001 | 0 | 0 | 10111111 | 1100010 | 1001101 |
Color Harmonies of #8BE8FE
Complementary color
Monochromatic Colors of #8BE8FE
Black with #8BE8FE
Text Example
Text Example
White with #8BE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE8FE; }
p { color: rgb(139,232,254); }
H1.HeaderClassName
{
color: #8BE8FE;
}
.AnyTagClassName
{
color: #8BE8FE;
}
</style>
background-color css
<style>
a { background-color: #8BE8FE; }
a { background-color: rgb(139,232,254); }
div.DivClassName
{
background-color: #8BE8FE;
}
.BgClassName
{
background-color: #8BE8FE;
}
</style>
border-color css
<style>
span { border-color: #8BE8FE; }
span { border-color: rgb(139,232,254); }
td.TdClassName
{
border-color: #8BE8FE;
}
.TagClassName
{
border-color: #8BE8FE;
}
</style>