Shades of Jordy Blue #87ADFF
Tints of Jordy Blue #87ADFF
RGB
CMYK
RGB Variations
Color information
#87ADFF (or 0x87ADFF) is known color: Jordy Blue. HEX triplet: 87, AD and FF. RGB value is (135,173,255). Sum of RGB (Red+Green+Blue) = 135+173+255=563 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.98% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #87ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ADFF is #785200. Grayscale: #AAAAAA. Windows color (decimal): -7885313 or 16756103. OLE color: 16756103.
HSL color Cylindrical-coordinate representation of color #87ADFF: hue angle of 221º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87ADFF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 173 | 255 | - |
| CMYK | 0.47 | 0.32 | 0 | 0 |
| HSL | 221º | 1% | 0.76% | - |
| HSV(B) | 221º | 0.47% | 1% | - |
| XYZ | 42.99 | 42.26 | 100.5 | - |
| YUV | 170.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 255 | 0.47 | 0.32 | 0 | 0 | 221 | 1 | 0.76 |
| Hex | 87 | AD | FF | 2F | 20 | 0 | 0 | DD | 64 | 4C |
| Octal | 207 | 255 | 377 | 57 | 40 | 0 | 0 | 335 | 144 | 114 |
| Binary | 10000111 | 10101101 | 11111111 | 101111 | 100000 | 0 | 0 | 11011101 | 1100100 | 1001100 |
Color Harmonies of #87ADFF
Complementary color
Monochromatic Colors of #87ADFF
Black with #87ADFF
Text Example
Text Example
White with #87ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADFF; }
p { color: rgb(135,173,255); }
H1.HeaderClassName
{
color: #87ADFF;
}
.AnyTagClassName
{
color: #87ADFF;
}
</style>
background-color css
<style>
a { background-color: #87ADFF; }
a { background-color: rgb(135,173,255); }
div.DivClassName
{
background-color: #87ADFF;
}
.BgClassName
{
background-color: #87ADFF;
}
</style>
border-color css
<style>
span { border-color: #87ADFF; }
span { border-color: rgb(135,173,255); }
td.TdClassName
{
border-color: #87ADFF;
}
.TagClassName
{
border-color: #87ADFF;
}
</style>