Shades of Jordy Blue #87B4DC
Tints of Jordy Blue #87B4DC
RGB
CMYK
RGB Variations
Color information
#87B4DC (or 0x87B4DC) is known color: Jordy Blue. HEX triplet: 87, B4 and DC. RGB value is (135,180,220). Sum of RGB (Red+Green+Blue) = 135+180+220=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #87B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B4DC is #784B23. Grayscale: #AAAAAA. Windows color (decimal): -7883556 or 14464135. OLE color: 14464135.
HSL color Cylindrical-coordinate representation of color #87B4DC: hue angle of 208.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87B4DC is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 180 | 220 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.14 |
| HSL | 208.24º | 0.55% | 0.7% | - |
| HSV(B) | 208.24º | 0.39% | 0.86% | - |
| XYZ | 39.23 | 42.96 | 73.93 | - |
| YUV | 171.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 180 | 220 | 0.39 | 0.18 | 0 | 0.14 | 208.24 | 0.55 | 0.7 |
| Hex | 87 | B4 | DC | 27 | 12 | 0 | E | D0 | 37 | 46 |
| Octal | 207 | 264 | 334 | 47 | 22 | 0 | 16 | 320 | 67 | 106 |
| Binary | 10000111 | 10110100 | 11011100 | 100111 | 10010 | 0 | 1110 | 11010000 | 110111 | 1000110 |
Color Harmonies of #87B4DC
Complementary color
Monochromatic Colors of #87B4DC
Black with #87B4DC
Text Example
Text Example
White with #87B4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B4DC; }
p { color: rgb(135,180,220); }
H1.HeaderClassName
{
color: #87B4DC;
}
.AnyTagClassName
{
color: #87B4DC;
}
</style>
background-color css
<style>
a { background-color: #87B4DC; }
a { background-color: rgb(135,180,220); }
div.DivClassName
{
background-color: #87B4DC;
}
.BgClassName
{
background-color: #87B4DC;
}
</style>
border-color css
<style>
span { border-color: #87B4DC; }
span { border-color: rgb(135,180,220); }
td.TdClassName
{
border-color: #87B4DC;
}
.TagClassName
{
border-color: #87B4DC;
}
</style>