Shades of Jordy Blue #85B8DC
Tints of Jordy Blue #85B8DC
RGB
CMYK
RGB Variations
Color information
#85B8DC (or 0x85B8DC) is known color: Jordy Blue. HEX triplet: 85, B8 and DC. RGB value is (133,184,220). Sum of RGB (Red+Green+Blue) = 133+184+220=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #85B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B8DC is #7A4723. Grayscale: #ACACAC. Windows color (decimal): -8013604 or 14465157. OLE color: 14465157.
HSL color Cylindrical-coordinate representation of color #85B8DC: hue angle of 204.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B8DC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 184 | 220 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.14 |
| HSL | 204.83º | 0.55% | 0.69% | - |
| HSV(B) | 204.83º | 0.4% | 0.86% | - |
| XYZ | 39.73 | 44.43 | 74.19 | - |
| YUV | 172.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 220 | 0.40 | 0.16 | 0 | 0.14 | 204.83 | 0.55 | 0.69 |
| Hex | 85 | B8 | DC | 28 | 10 | 0 | E | CD | 37 | 45 |
| Octal | 205 | 270 | 334 | 50 | 20 | 0 | 16 | 315 | 67 | 105 |
| Binary | 10000101 | 10111000 | 11011100 | 101000 | 10000 | 0 | 1110 | 11001101 | 110111 | 1000101 |
Color Harmonies of #85B8DC
Complementary color
Monochromatic Colors of #85B8DC
Black with #85B8DC
Text Example
Text Example
White with #85B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B8DC; }
p { color: rgb(133,184,220); }
H1.HeaderClassName
{
color: #85B8DC;
}
.AnyTagClassName
{
color: #85B8DC;
}
</style>
background-color css
<style>
a { background-color: #85B8DC; }
a { background-color: rgb(133,184,220); }
div.DivClassName
{
background-color: #85B8DC;
}
.BgClassName
{
background-color: #85B8DC;
}
</style>
border-color css
<style>
span { border-color: #85B8DC; }
span { border-color: rgb(133,184,220); }
td.TdClassName
{
border-color: #85B8DC;
}
.TagClassName
{
border-color: #85B8DC;
}
</style>