Shades of Jordy Blue #85B7EF
Tints of Jordy Blue #85B7EF
RGB
CMYK
RGB Variations
Color information
#85B7EF (or 0x85B7EF) is known color: Jordy Blue. HEX triplet: 85, B7 and EF. RGB value is (133,183,239). Sum of RGB (Red+Green+Blue) = 133+183+239=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #85B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B7EF is #7A4810. Grayscale: #AEAEAE. Windows color (decimal): -8013841 or 15710085. OLE color: 15710085.
HSL color Cylindrical-coordinate representation of color #85B7EF: hue angle of 211.7º degrees, saturation: 0.77, 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 #85B7EF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 183 | 239 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.06 |
| HSL | 211.7º | 0.77% | 0.73% | - |
| HSV(B) | 211.7º | 0.44% | 0.94% | - |
| XYZ | 42.19 | 45.09 | 88.14 | - |
| YUV | 174.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 239 | 0.44 | 0.23 | 0 | 0.06 | 211.7 | 0.77 | 0.73 |
| Hex | 85 | B7 | EF | 2C | 17 | 0 | 6 | D4 | 4D | 49 |
| Octal | 205 | 267 | 357 | 54 | 27 | 0 | 6 | 324 | 115 | 111 |
| Binary | 10000101 | 10110111 | 11101111 | 101100 | 10111 | 0 | 110 | 11010100 | 1001101 | 1001001 |
Color Harmonies of #85B7EF
Complementary color
Monochromatic Colors of #85B7EF
Black with #85B7EF
Text Example
Text Example
White with #85B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B7EF; }
p { color: rgb(133,183,239); }
H1.HeaderClassName
{
color: #85B7EF;
}
.AnyTagClassName
{
color: #85B7EF;
}
</style>
background-color css
<style>
a { background-color: #85B7EF; }
a { background-color: rgb(133,183,239); }
div.DivClassName
{
background-color: #85B7EF;
}
.BgClassName
{
background-color: #85B7EF;
}
</style>
border-color css
<style>
span { border-color: #85B7EF; }
span { border-color: rgb(133,183,239); }
td.TdClassName
{
border-color: #85B7EF;
}
.TagClassName
{
border-color: #85B7EF;
}
</style>