Shades of Jordy Blue #87AFDB
Tints of Jordy Blue #87AFDB
RGB
CMYK
RGB Variations
Color information
#87AFDB (or 0x87AFDB) is known color: Jordy Blue. HEX triplet: 87, AF and DB. RGB value is (135,175,219). Sum of RGB (Red+Green+Blue) = 135+175+219=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #87AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFDB is #785024. Grayscale: #A7A7A7. Windows color (decimal): -7884837 or 14397319. OLE color: 14397319.
HSL color Cylindrical-coordinate representation of color #87AFDB: hue angle of 211.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87AFDB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 175 | 219 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.14 |
| HSL | 211.43º | 0.54% | 0.69% | - |
| HSV(B) | 211.43º | 0.38% | 0.86% | - |
| XYZ | 38.11 | 40.93 | 72.91 | - |
| YUV | 168.06 | 156.75 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 219 | 0.38 | 0.20 | 0 | 0.14 | 211.43 | 0.54 | 0.69 |
| Hex | 87 | AF | DB | 26 | 14 | 0 | E | D3 | 36 | 45 |
| Octal | 207 | 257 | 333 | 46 | 24 | 0 | 16 | 323 | 66 | 105 |
| Binary | 10000111 | 10101111 | 11011011 | 100110 | 10100 | 0 | 1110 | 11010011 | 110110 | 1000101 |
Color Harmonies of #87AFDB
Complementary color
Monochromatic Colors of #87AFDB
Black with #87AFDB
Text Example
Text Example
White with #87AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AFDB; }
p { color: rgb(135,175,219); }
H1.HeaderClassName
{
color: #87AFDB;
}
.AnyTagClassName
{
color: #87AFDB;
}
</style>
background-color css
<style>
a { background-color: #87AFDB; }
a { background-color: rgb(135,175,219); }
div.DivClassName
{
background-color: #87AFDB;
}
.BgClassName
{
background-color: #87AFDB;
}
</style>
border-color css
<style>
span { border-color: #87AFDB; }
span { border-color: rgb(135,175,219); }
td.TdClassName
{
border-color: #87AFDB;
}
.TagClassName
{
border-color: #87AFDB;
}
</style>