Shades of Columbia Blue #8BE0FF
Tints of Columbia Blue #8BE0FF
RGB
CMYK
RGB Variations
Color information
#8BE0FF (or 0x8BE0FF) is known color: Columbia Blue. HEX triplet: 8B, E0 and FF. RGB value is (139,224,255). Sum of RGB (Red+Green+Blue) = 139+224+255=618 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.49% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0FF is #741F00. Grayscale: #C9C9C9. Windows color (decimal): -7610113 or 16769163. OLE color: 16769163.
HSL color Cylindrical-coordinate representation of color #8BE0FF: hue angle of 196.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BE0FF is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 224 | 255 | - |
| CMYK | 0.45 | 0.12 | 0 | 0 |
| HSL | 196.03º | 1% | 0.77% | - |
| HSV(B) | 196.03º | 0.45% | 1% | - |
| XYZ | 55.35 | 66.02 | 104.43 | - |
| YUV | 202.12 | 157.84 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 255 | 0.45 | 0.12 | 0 | 0 | 196.03 | 1 | 0.77 |
| Hex | 8B | E0 | FF | 2D | C | 0 | 0 | C4 | 64 | 4D |
| Octal | 213 | 340 | 377 | 55 | 14 | 0 | 0 | 304 | 144 | 115 |
| Binary | 10001011 | 11100000 | 11111111 | 101101 | 1100 | 0 | 0 | 11000100 | 1100100 | 1001101 |
Color Harmonies of #8BE0FF
Complementary color
Monochromatic Colors of #8BE0FF
Black with #8BE0FF
Text Example
Text Example
White with #8BE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE0FF; }
p { color: rgb(139,224,255); }
H1.HeaderClassName
{
color: #8BE0FF;
}
.AnyTagClassName
{
color: #8BE0FF;
}
</style>
background-color css
<style>
a { background-color: #8BE0FF; }
a { background-color: rgb(139,224,255); }
div.DivClassName
{
background-color: #8BE0FF;
}
.BgClassName
{
background-color: #8BE0FF;
}
</style>
border-color css
<style>
span { border-color: #8BE0FF; }
span { border-color: rgb(139,224,255); }
td.TdClassName
{
border-color: #8BE0FF;
}
.TagClassName
{
border-color: #8BE0FF;
}
</style>