Shades of Jordy Blue #85B0DC
Tints of Jordy Blue #85B0DC
RGB
CMYK
RGB Variations
Color information
#85B0DC (or 0x85B0DC) is known color: Jordy Blue. HEX triplet: 85, B0 and DC. RGB value is (133,176,220). Sum of RGB (Red+Green+Blue) = 133+176+220=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #85B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B0DC is #7A4F23. Grayscale: #A7A7A7. Windows color (decimal): -8015652 or 14463109. OLE color: 14463109.
HSL color Cylindrical-coordinate representation of color #85B0DC: hue angle of 210.34º 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 #85B0DC is Cyan = 0.40, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 176 | 220 | - |
| CMYK | 0.40 | 0.2 | 0 | 0.14 |
| HSL | 210.34º | 0.55% | 0.69% | - |
| HSV(B) | 210.34º | 0.4% | 0.86% | - |
| XYZ | 38.12 | 41.2 | 73.65 | - |
| YUV | 168.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 220 | 0.40 | 0.2 | 0 | 0.14 | 210.34 | 0.55 | 0.69 |
| Hex | 85 | B0 | DC | 28 | 14 | 0 | E | D2 | 37 | 45 |
| Octal | 205 | 260 | 334 | 50 | 24 | 0 | 16 | 322 | 67 | 105 |
| Binary | 10000101 | 10110000 | 11011100 | 101000 | 10100 | 0 | 1110 | 11010010 | 110111 | 1000101 |
Color Harmonies of #85B0DC
Complementary color
Monochromatic Colors of #85B0DC
Black with #85B0DC
Text Example
Text Example
White with #85B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B0DC; }
p { color: rgb(133,176,220); }
H1.HeaderClassName
{
color: #85B0DC;
}
.AnyTagClassName
{
color: #85B0DC;
}
</style>
background-color css
<style>
a { background-color: #85B0DC; }
a { background-color: rgb(133,176,220); }
div.DivClassName
{
background-color: #85B0DC;
}
.BgClassName
{
background-color: #85B0DC;
}
</style>
border-color css
<style>
span { border-color: #85B0DC; }
span { border-color: rgb(133,176,220); }
td.TdClassName
{
border-color: #85B0DC;
}
.TagClassName
{
border-color: #85B0DC;
}
</style>