Shades of Jordy Blue #87A8F2
Tints of Jordy Blue #87A8F2
RGB
CMYK
RGB Variations
Color information
#87A8F2 (or 0x87A8F2) is known color: Jordy Blue. HEX triplet: 87, A8 and F2. RGB value is (135,168,242). Sum of RGB (Red+Green+Blue) = 135+168+242=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #87A8F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A8F2 is #78570D. Grayscale: #A6A6A6. Windows color (decimal): -7886606 or 15902855. OLE color: 15902855.
HSL color Cylindrical-coordinate representation of color #87A8F2: hue angle of 221.5º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87A8F2 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 168 | 242 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.05 |
| HSL | 221.5º | 0.8% | 0.74% | - |
| HSV(B) | 221.5º | 0.44% | 0.95% | - |
| XYZ | 40.02 | 39.57 | 89.53 | - |
| YUV | 166.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 242 | 0.44 | 0.31 | 0 | 0.05 | 221.5 | 0.8 | 0.74 |
| Hex | 87 | A8 | F2 | 2C | 1F | 0 | 5 | DD | 50 | 4A |
| Octal | 207 | 250 | 362 | 54 | 37 | 0 | 5 | 335 | 120 | 112 |
| Binary | 10000111 | 10101000 | 11110010 | 101100 | 11111 | 0 | 101 | 11011101 | 1010000 | 1001010 |
Color Harmonies of #87A8F2
Complementary color
Monochromatic Colors of #87A8F2
Black with #87A8F2
Text Example
Text Example
White with #87A8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8F2; }
p { color: rgb(135,168,242); }
H1.HeaderClassName
{
color: #87A8F2;
}
.AnyTagClassName
{
color: #87A8F2;
}
</style>
background-color css
<style>
a { background-color: #87A8F2; }
a { background-color: rgb(135,168,242); }
div.DivClassName
{
background-color: #87A8F2;
}
.BgClassName
{
background-color: #87A8F2;
}
</style>
border-color css
<style>
span { border-color: #87A8F2; }
span { border-color: rgb(135,168,242); }
td.TdClassName
{
border-color: #87A8F2;
}
.TagClassName
{
border-color: #87A8F2;
}
</style>