Shades of Jordy Blue #87AAF2
Tints of Jordy Blue #87AAF2
RGB
CMYK
RGB Variations
Color information
#87AAF2 (or 0x87AAF2) is known color: Jordy Blue. HEX triplet: 87, AA and F2. RGB value is (135,170,242). Sum of RGB (Red+Green+Blue) = 135+170+242=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #87AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AAF2 is #78550D. Grayscale: #A7A7A7. Windows color (decimal): -7886094 or 15903367. OLE color: 15903367.
HSL color Cylindrical-coordinate representation of color #87AAF2: hue angle of 220.37º 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 #87AAF2 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 170 | 242 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.05 |
| HSL | 220.37º | 0.8% | 0.74% | - |
| HSV(B) | 220.37º | 0.44% | 0.95% | - |
| XYZ | 40.39 | 40.31 | 89.66 | - |
| YUV | 167.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 242 | 0.44 | 0.30 | 0 | 0.05 | 220.37 | 0.8 | 0.74 |
| Hex | 87 | AA | F2 | 2C | 1E | 0 | 5 | DC | 50 | 4A |
| Octal | 207 | 252 | 362 | 54 | 36 | 0 | 5 | 334 | 120 | 112 |
| Binary | 10000111 | 10101010 | 11110010 | 101100 | 11110 | 0 | 101 | 11011100 | 1010000 | 1001010 |
Color Harmonies of #87AAF2
Complementary color
Monochromatic Colors of #87AAF2
Black with #87AAF2
Text Example
Text Example
White with #87AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AAF2; }
p { color: rgb(135,170,242); }
H1.HeaderClassName
{
color: #87AAF2;
}
.AnyTagClassName
{
color: #87AAF2;
}
</style>
background-color css
<style>
a { background-color: #87AAF2; }
a { background-color: rgb(135,170,242); }
div.DivClassName
{
background-color: #87AAF2;
}
.BgClassName
{
background-color: #87AAF2;
}
</style>
border-color css
<style>
span { border-color: #87AAF2; }
span { border-color: rgb(135,170,242); }
td.TdClassName
{
border-color: #87AAF2;
}
.TagClassName
{
border-color: #87AAF2;
}
</style>