Shades of Columbia Blue #87E2FF
Tints of Columbia Blue #87E2FF
RGB
CMYK
RGB Variations
Color information
#87E2FF (or 0x87E2FF) is known color: Columbia Blue. HEX triplet: 87, E2 and FF. RGB value is (135,226,255). Sum of RGB (Red+Green+Blue) = 135+226+255=616 (81% of max value = 765). Red value is 135 (53.12% from 255 or 21.92% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #87E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87E2FF is #781D00. Grayscale: #C9C9C9. Windows color (decimal): -7871745 or 16769671. OLE color: 16769671.
HSL color Cylindrical-coordinate representation of color #87E2FF: hue angle of 194.5º 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 #87E2FF is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 226 | 255 | - |
| CMYK | 0.47 | 0.11 | 0 | 0 |
| HSL | 194.5º | 1% | 0.76% | - |
| HSV(B) | 194.5º | 0.47% | 1% | - |
| XYZ | 55.24 | 66.76 | 104.58 | - |
| YUV | 202.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 226 | 255 | 0.47 | 0.11 | 0 | 0 | 194.5 | 1 | 0.76 |
| Hex | 87 | E2 | FF | 2F | B | 0 | 0 | C2 | 64 | 4C |
| Octal | 207 | 342 | 377 | 57 | 13 | 0 | 0 | 302 | 144 | 114 |
| Binary | 10000111 | 11100010 | 11111111 | 101111 | 1011 | 0 | 0 | 11000010 | 1100100 | 1001100 |
Color Harmonies of #87E2FF
Complementary color
Monochromatic Colors of #87E2FF
Black with #87E2FF
Text Example
Text Example
White with #87E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E2FF; }
p { color: rgb(135,226,255); }
H1.HeaderClassName
{
color: #87E2FF;
}
.AnyTagClassName
{
color: #87E2FF;
}
</style>
background-color css
<style>
a { background-color: #87E2FF; }
a { background-color: rgb(135,226,255); }
div.DivClassName
{
background-color: #87E2FF;
}
.BgClassName
{
background-color: #87E2FF;
}
</style>
border-color css
<style>
span { border-color: #87E2FF; }
span { border-color: rgb(135,226,255); }
td.TdClassName
{
border-color: #87E2FF;
}
.TagClassName
{
border-color: #87E2FF;
}
</style>