Shades of Jordy Blue #86B1F0
Tints of Jordy Blue #86B1F0
RGB
CMYK
RGB Variations
Color information
#86B1F0 (or 0x86B1F0) is known color: Jordy Blue. HEX triplet: 86, B1 and F0. RGB value is (134,177,240). Sum of RGB (Red+Green+Blue) = 134+177+240=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #86B1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86B1F0 is #794E0F. Grayscale: #ABABAB. Windows color (decimal): -7949840 or 15774086. OLE color: 15774086.
HSL color Cylindrical-coordinate representation of color #86B1F0: hue angle of 215.66º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86B1F0 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 177 | 240 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.06 |
| HSL | 215.66º | 0.78% | 0.73% | - |
| HSV(B) | 215.66º | 0.44% | 0.94% | - |
| XYZ | 41.28 | 42.8 | 88.52 | - |
| YUV | 171.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 240 | 0.44 | 0.26 | 0 | 0.06 | 215.66 | 0.78 | 0.73 |
| Hex | 86 | B1 | F0 | 2C | 1A | 0 | 6 | D8 | 4E | 49 |
| Octal | 206 | 261 | 360 | 54 | 32 | 0 | 6 | 330 | 116 | 111 |
| Binary | 10000110 | 10110001 | 11110000 | 101100 | 11010 | 0 | 110 | 11011000 | 1001110 | 1001001 |
Color Harmonies of #86B1F0
Complementary color
Monochromatic Colors of #86B1F0
Black with #86B1F0
Text Example
Text Example
White with #86B1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B1F0; }
p { color: rgb(134,177,240); }
H1.HeaderClassName
{
color: #86B1F0;
}
.AnyTagClassName
{
color: #86B1F0;
}
</style>
background-color css
<style>
a { background-color: #86B1F0; }
a { background-color: rgb(134,177,240); }
div.DivClassName
{
background-color: #86B1F0;
}
.BgClassName
{
background-color: #86B1F0;
}
</style>
border-color css
<style>
span { border-color: #86B1F0; }
span { border-color: rgb(134,177,240); }
td.TdClassName
{
border-color: #86B1F0;
}
.TagClassName
{
border-color: #86B1F0;
}
</style>