Shades of Columbia Blue #87E5FF
Tints of Columbia Blue #87E5FF
RGB
CMYK
RGB Variations
Color information
#87E5FF (or 0x87E5FF) is known color: Columbia Blue. HEX triplet: 87, E5 and FF. RGB value is (135,229,255). Sum of RGB (Red+Green+Blue) = 135+229+255=619 (81% of max value = 765). Red value is 135 (53.12% from 255 or 21.81% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #87E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87E5FF is #781A00. Grayscale: #CBCBCB. Windows color (decimal): -7870977 or 16770439. OLE color: 16770439.
HSL color Cylindrical-coordinate representation of color #87E5FF: hue angle of 193º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87E5FF is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 229 | 255 | - |
| CMYK | 0.47 | 0.10 | 0 | 0 |
| HSL | 193º | 1% | 0.76% | - |
| HSV(B) | 193º | 0.47% | 1% | - |
| XYZ | 56.06 | 68.41 | 104.86 | - |
| YUV | 203.86 | 156.86 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 229 | 255 | 0.47 | 0.10 | 0 | 0 | 193 | 1 | 0.76 |
| Hex | 87 | E5 | FF | 2F | A | 0 | 0 | C1 | 64 | 4C |
| Octal | 207 | 345 | 377 | 57 | 12 | 0 | 0 | 301 | 144 | 114 |
| Binary | 10000111 | 11100101 | 11111111 | 101111 | 1010 | 0 | 0 | 11000001 | 1100100 | 1001100 |
Color Harmonies of #87E5FF
Complementary color
Monochromatic Colors of #87E5FF
Black with #87E5FF
Text Example
Text Example
White with #87E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E5FF; }
p { color: rgb(135,229,255); }
H1.HeaderClassName
{
color: #87E5FF;
}
.AnyTagClassName
{
color: #87E5FF;
}
</style>
background-color css
<style>
a { background-color: #87E5FF; }
a { background-color: rgb(135,229,255); }
div.DivClassName
{
background-color: #87E5FF;
}
.BgClassName
{
background-color: #87E5FF;
}
</style>
border-color css
<style>
span { border-color: #87E5FF; }
span { border-color: rgb(135,229,255); }
td.TdClassName
{
border-color: #87E5FF;
}
.TagClassName
{
border-color: #87E5FF;
}
</style>