Shades of Jordy Blue #87B1EA
Tints of Jordy Blue #87B1EA
RGB
CMYK
RGB Variations
Color information
#87B1EA (or 0x87B1EA) is known color: Jordy Blue. HEX triplet: 87, B1 and EA. RGB value is (135,177,234). Sum of RGB (Red+Green+Blue) = 135+177+234=546 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.73% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #87B1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B1EA is #784E15. Grayscale: #AAAAAA. Windows color (decimal): -7884310 or 15380871. OLE color: 15380871.
HSL color Cylindrical-coordinate representation of color #87B1EA: hue angle of 214.55º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87B1EA is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 177 | 234 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.08 |
| HSL | 214.55º | 0.7% | 0.72% | - |
| HSV(B) | 214.55º | 0.42% | 0.92% | - |
| XYZ | 40.57 | 42.54 | 83.91 | - |
| YUV | 170.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 177 | 234 | 0.42 | 0.24 | 0 | 0.08 | 214.55 | 0.7 | 0.72 |
| Hex | 87 | B1 | EA | 2A | 18 | 0 | 8 | D7 | 46 | 48 |
| Octal | 207 | 261 | 352 | 52 | 30 | 0 | 10 | 327 | 106 | 110 |
| Binary | 10000111 | 10110001 | 11101010 | 101010 | 11000 | 0 | 1000 | 11010111 | 1000110 | 1001000 |
Color Harmonies of #87B1EA
Complementary color
Monochromatic Colors of #87B1EA
Black with #87B1EA
Text Example
Text Example
White with #87B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B1EA; }
p { color: rgb(135,177,234); }
H1.HeaderClassName
{
color: #87B1EA;
}
.AnyTagClassName
{
color: #87B1EA;
}
</style>
background-color css
<style>
a { background-color: #87B1EA; }
a { background-color: rgb(135,177,234); }
div.DivClassName
{
background-color: #87B1EA;
}
.BgClassName
{
background-color: #87B1EA;
}
</style>
border-color css
<style>
span { border-color: #87B1EA; }
span { border-color: rgb(135,177,234); }
td.TdClassName
{
border-color: #87B1EA;
}
.TagClassName
{
border-color: #87B1EA;
}
</style>