Shades of Jordy Blue #87B2DF
Tints of Jordy Blue #87B2DF
RGB
CMYK
RGB Variations
Color information
#87B2DF (or 0x87B2DF) is known color: Jordy Blue. HEX triplet: 87, B2 and DF. RGB value is (135,178,223). Sum of RGB (Red+Green+Blue) = 135+178+223=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #87B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B2DF is #784D20. Grayscale: #AAAAAA. Windows color (decimal): -7884065 or 14660231. OLE color: 14660231.
HSL color Cylindrical-coordinate representation of color #87B2DF: hue angle of 210.68º degrees, saturation: 0.58, 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 #87B2DF is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 178 | 223 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.13 |
| HSL | 210.68º | 0.58% | 0.7% | - |
| HSV(B) | 210.68º | 0.39% | 0.87% | - |
| XYZ | 39.23 | 42.32 | 75.91 | - |
| YUV | 170.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 178 | 223 | 0.39 | 0.20 | 0 | 0.13 | 210.68 | 0.58 | 0.7 |
| Hex | 87 | B2 | DF | 27 | 14 | 0 | D | D3 | 3A | 46 |
| Octal | 207 | 262 | 337 | 47 | 24 | 0 | 15 | 323 | 72 | 106 |
| Binary | 10000111 | 10110010 | 11011111 | 100111 | 10100 | 0 | 1101 | 11010011 | 111010 | 1000110 |
Color Harmonies of #87B2DF
Complementary color
Monochromatic Colors of #87B2DF
Black with #87B2DF
Text Example
Text Example
White with #87B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B2DF; }
p { color: rgb(135,178,223); }
H1.HeaderClassName
{
color: #87B2DF;
}
.AnyTagClassName
{
color: #87B2DF;
}
</style>
background-color css
<style>
a { background-color: #87B2DF; }
a { background-color: rgb(135,178,223); }
div.DivClassName
{
background-color: #87B2DF;
}
.BgClassName
{
background-color: #87B2DF;
}
</style>
border-color css
<style>
span { border-color: #87B2DF; }
span { border-color: rgb(135,178,223); }
td.TdClassName
{
border-color: #87B2DF;
}
.TagClassName
{
border-color: #87B2DF;
}
</style>