Shades of Columbia Blue #8BE2FF
Tints of Columbia Blue #8BE2FF
RGB
CMYK
RGB Variations
Color information
#8BE2FF (or 0x8BE2FF) is known color: Columbia Blue. HEX triplet: 8B, E2 and FF. RGB value is (139,226,255). Sum of RGB (Red+Green+Blue) = 139+226+255=620 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.42% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE2FF is #741D00. Grayscale: #CBCBCB. Windows color (decimal): -7609601 or 16769675. OLE color: 16769675.
HSL color Cylindrical-coordinate representation of color #8BE2FF: hue angle of 195º 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 #8BE2FF is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 226 | 255 | - |
| CMYK | 0.45 | 0.11 | 0 | 0 |
| HSL | 195º | 1% | 0.77% | - |
| HSV(B) | 195º | 0.45% | 1% | - |
| XYZ | 55.89 | 67.1 | 104.61 | - |
| YUV | 203.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 255 | 0.45 | 0.11 | 0 | 0 | 195 | 1 | 0.77 |
| Hex | 8B | E2 | FF | 2D | B | 0 | 0 | C3 | 64 | 4D |
| Octal | 213 | 342 | 377 | 55 | 13 | 0 | 0 | 303 | 144 | 115 |
| Binary | 10001011 | 11100010 | 11111111 | 101101 | 1011 | 0 | 0 | 11000011 | 1100100 | 1001101 |
Color Harmonies of #8BE2FF
Complementary color
Monochromatic Colors of #8BE2FF
Black with #8BE2FF
Text Example
Text Example
White with #8BE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE2FF; }
p { color: rgb(139,226,255); }
H1.HeaderClassName
{
color: #8BE2FF;
}
.AnyTagClassName
{
color: #8BE2FF;
}
</style>
background-color css
<style>
a { background-color: #8BE2FF; }
a { background-color: rgb(139,226,255); }
div.DivClassName
{
background-color: #8BE2FF;
}
.BgClassName
{
background-color: #8BE2FF;
}
</style>
border-color css
<style>
span { border-color: #8BE2FF; }
span { border-color: rgb(139,226,255); }
td.TdClassName
{
border-color: #8BE2FF;
}
.TagClassName
{
border-color: #8BE2FF;
}
</style>