Shades of Jordy Blue #87AEDC
Tints of Jordy Blue #87AEDC
RGB
CMYK
RGB Variations
Color information
#87AEDC (or 0x87AEDC) is known color: Jordy Blue. HEX triplet: 87, AE and DC. RGB value is (135,174,220). Sum of RGB (Red+Green+Blue) = 135+174+220=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #87AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEDC is #785123. Grayscale: #A7A7A7. Windows color (decimal): -7885092 or 14462599. OLE color: 14462599.
HSL color Cylindrical-coordinate representation of color #87AEDC: hue angle of 212.47º 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 #87AEDC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 174 | 220 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.14 |
| HSL | 212.47º | 0.55% | 0.7% | - |
| HSV(B) | 212.47º | 0.39% | 0.86% | - |
| XYZ | 38.05 | 40.59 | 73.54 | - |
| YUV | 167.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 174 | 220 | 0.39 | 0.21 | 0 | 0.14 | 212.47 | 0.55 | 0.7 |
| Hex | 87 | AE | DC | 27 | 15 | 0 | E | D4 | 37 | 46 |
| Octal | 207 | 256 | 334 | 47 | 25 | 0 | 16 | 324 | 67 | 106 |
| Binary | 10000111 | 10101110 | 11011100 | 100111 | 10101 | 0 | 1110 | 11010100 | 110111 | 1000110 |
Color Harmonies of #87AEDC
Complementary color
Monochromatic Colors of #87AEDC
Black with #87AEDC
Text Example
Text Example
White with #87AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AEDC; }
p { color: rgb(135,174,220); }
H1.HeaderClassName
{
color: #87AEDC;
}
.AnyTagClassName
{
color: #87AEDC;
}
</style>
background-color css
<style>
a { background-color: #87AEDC; }
a { background-color: rgb(135,174,220); }
div.DivClassName
{
background-color: #87AEDC;
}
.BgClassName
{
background-color: #87AEDC;
}
</style>
border-color css
<style>
span { border-color: #87AEDC; }
span { border-color: rgb(135,174,220); }
td.TdClassName
{
border-color: #87AEDC;
}
.TagClassName
{
border-color: #87AEDC;
}
</style>