Shades of Jordy Blue #87B8EF
Tints of Jordy Blue #87B8EF
RGB
CMYK
RGB Variations
Color information
#87B8EF (or 0x87B8EF) is known color: Jordy Blue. HEX triplet: 87, B8 and EF. RGB value is (135,184,239). Sum of RGB (Red+Green+Blue) = 135+184+239=558 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.19% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #87B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B8EF is #784710. Grayscale: #AFAFAF. Windows color (decimal): -7882513 or 15710343. OLE color: 15710343.
HSL color Cylindrical-coordinate representation of color #87B8EF: hue angle of 211.73º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87B8EF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 184 | 239 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.06 |
| HSL | 211.73º | 0.76% | 0.73% | - |
| HSV(B) | 211.73º | 0.44% | 0.94% | - |
| XYZ | 42.71 | 45.66 | 88.22 | - |
| YUV | 175.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 184 | 239 | 0.44 | 0.23 | 0 | 0.06 | 211.73 | 0.76 | 0.73 |
| Hex | 87 | B8 | EF | 2C | 17 | 0 | 6 | D4 | 4C | 49 |
| Octal | 207 | 270 | 357 | 54 | 27 | 0 | 6 | 324 | 114 | 111 |
| Binary | 10000111 | 10111000 | 11101111 | 101100 | 10111 | 0 | 110 | 11010100 | 1001100 | 1001001 |
Color Harmonies of #87B8EF
Complementary color
Monochromatic Colors of #87B8EF
Black with #87B8EF
Text Example
Text Example
White with #87B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B8EF; }
p { color: rgb(135,184,239); }
H1.HeaderClassName
{
color: #87B8EF;
}
.AnyTagClassName
{
color: #87B8EF;
}
</style>
background-color css
<style>
a { background-color: #87B8EF; }
a { background-color: rgb(135,184,239); }
div.DivClassName
{
background-color: #87B8EF;
}
.BgClassName
{
background-color: #87B8EF;
}
</style>
border-color css
<style>
span { border-color: #87B8EF; }
span { border-color: rgb(135,184,239); }
td.TdClassName
{
border-color: #87B8EF;
}
.TagClassName
{
border-color: #87B8EF;
}
</style>