Shades of Jordy Blue #87B4DD
Tints of Jordy Blue #87B4DD
RGB
CMYK
RGB Variations
Color information
#87B4DD (or 0x87B4DD) is known color: Jordy Blue. HEX triplet: 87, B4 and DD. RGB value is (135,180,221). Sum of RGB (Red+Green+Blue) = 135+180+221=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #87B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B4DD is #784B22. Grayscale: #ABABAB. Windows color (decimal): -7883555 or 14529671. OLE color: 14529671.
HSL color Cylindrical-coordinate representation of color #87B4DD: hue angle of 208.6º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87B4DD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 180 | 221 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.13 |
| HSL | 208.6º | 0.56% | 0.7% | - |
| HSV(B) | 208.6º | 0.39% | 0.87% | - |
| XYZ | 39.36 | 43.01 | 74.63 | - |
| YUV | 171.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 180 | 221 | 0.39 | 0.19 | 0 | 0.13 | 208.6 | 0.56 | 0.7 |
| Hex | 87 | B4 | DD | 27 | 13 | 0 | D | D1 | 38 | 46 |
| Octal | 207 | 264 | 335 | 47 | 23 | 0 | 15 | 321 | 70 | 106 |
| Binary | 10000111 | 10110100 | 11011101 | 100111 | 10011 | 0 | 1101 | 11010001 | 111000 | 1000110 |
Color Harmonies of #87B4DD
Complementary color
Monochromatic Colors of #87B4DD
Black with #87B4DD
Text Example
Text Example
White with #87B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B4DD; }
p { color: rgb(135,180,221); }
H1.HeaderClassName
{
color: #87B4DD;
}
.AnyTagClassName
{
color: #87B4DD;
}
</style>
background-color css
<style>
a { background-color: #87B4DD; }
a { background-color: rgb(135,180,221); }
div.DivClassName
{
background-color: #87B4DD;
}
.BgClassName
{
background-color: #87B4DD;
}
</style>
border-color css
<style>
span { border-color: #87B4DD; }
span { border-color: rgb(135,180,221); }
td.TdClassName
{
border-color: #87B4DD;
}
.TagClassName
{
border-color: #87B4DD;
}
</style>