Shades of Jordy Blue #87B0DD
Tints of Jordy Blue #87B0DD
RGB
CMYK
RGB Variations
Color information
#87B0DD (or 0x87B0DD) is known color: Jordy Blue. HEX triplet: 87, B0 and DD. RGB value is (135,176,221). Sum of RGB (Red+Green+Blue) = 135+176+221=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #87B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0DD is #784F22. Grayscale: #A8A8A8. Windows color (decimal): -7884579 or 14528647. OLE color: 14528647.
HSL color Cylindrical-coordinate representation of color #87B0DD: hue angle of 211.4º 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 #87B0DD is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 176 | 221 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.13 |
| HSL | 211.4º | 0.56% | 0.7% | - |
| HSV(B) | 211.4º | 0.39% | 0.87% | - |
| XYZ | 38.57 | 41.42 | 74.37 | - |
| YUV | 168.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 176 | 221 | 0.39 | 0.20 | 0 | 0.13 | 211.4 | 0.56 | 0.7 |
| Hex | 87 | B0 | DD | 27 | 14 | 0 | D | D3 | 38 | 46 |
| Octal | 207 | 260 | 335 | 47 | 24 | 0 | 15 | 323 | 70 | 106 |
| Binary | 10000111 | 10110000 | 11011101 | 100111 | 10100 | 0 | 1101 | 11010011 | 111000 | 1000110 |
Color Harmonies of #87B0DD
Complementary color
Monochromatic Colors of #87B0DD
Black with #87B0DD
Text Example
Text Example
White with #87B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B0DD; }
p { color: rgb(135,176,221); }
H1.HeaderClassName
{
color: #87B0DD;
}
.AnyTagClassName
{
color: #87B0DD;
}
</style>
background-color css
<style>
a { background-color: #87B0DD; }
a { background-color: rgb(135,176,221); }
div.DivClassName
{
background-color: #87B0DD;
}
.BgClassName
{
background-color: #87B0DD;
}
</style>
border-color css
<style>
span { border-color: #87B0DD; }
span { border-color: rgb(135,176,221); }
td.TdClassName
{
border-color: #87B0DD;
}
.TagClassName
{
border-color: #87B0DD;
}
</style>