Shades of Jordy Blue #85B5DF
Tints of Jordy Blue #85B5DF
RGB
CMYK
RGB Variations
Color information
#85B5DF (or 0x85B5DF) is known color: Jordy Blue. HEX triplet: 85, B5 and DF. RGB value is (133,181,223). Sum of RGB (Red+Green+Blue) = 133+181+223=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #85B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5DF is #7A4A20. Grayscale: #ABABAB. Windows color (decimal): -8014369 or 14660997. OLE color: 14660997.
HSL color Cylindrical-coordinate representation of color #85B5DF: hue angle of 208º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B5DF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 181 | 223 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.13 |
| HSL | 208º | 0.58% | 0.7% | - |
| HSV(B) | 208º | 0.4% | 0.87% | - |
| XYZ | 39.52 | 43.36 | 76.1 | - |
| YUV | 171.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 223 | 0.40 | 0.19 | 0 | 0.13 | 208 | 0.58 | 0.7 |
| Hex | 85 | B5 | DF | 28 | 13 | 0 | D | D0 | 3A | 46 |
| Octal | 205 | 265 | 337 | 50 | 23 | 0 | 15 | 320 | 72 | 106 |
| Binary | 10000101 | 10110101 | 11011111 | 101000 | 10011 | 0 | 1101 | 11010000 | 111010 | 1000110 |
Color Harmonies of #85B5DF
Complementary color
Monochromatic Colors of #85B5DF
Black with #85B5DF
Text Example
Text Example
White with #85B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5DF; }
p { color: rgb(133,181,223); }
H1.HeaderClassName
{
color: #85B5DF;
}
.AnyTagClassName
{
color: #85B5DF;
}
</style>
background-color css
<style>
a { background-color: #85B5DF; }
a { background-color: rgb(133,181,223); }
div.DivClassName
{
background-color: #85B5DF;
}
.BgClassName
{
background-color: #85B5DF;
}
</style>
border-color css
<style>
span { border-color: #85B5DF; }
span { border-color: rgb(133,181,223); }
td.TdClassName
{
border-color: #85B5DF;
}
.TagClassName
{
border-color: #85B5DF;
}
</style>