Shades of Jordy Blue #85B0DB
Tints of Jordy Blue #85B0DB
RGB
CMYK
RGB Variations
Color information
#85B0DB (or 0x85B0DB) is known color: Jordy Blue. HEX triplet: 85, B0 and DB. RGB value is (133,176,219). Sum of RGB (Red+Green+Blue) = 133+176+219=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #85B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B0DB is #7A4F24. Grayscale: #A7A7A7. Windows color (decimal): -8015653 or 14397573. OLE color: 14397573.
HSL color Cylindrical-coordinate representation of color #85B0DB: hue angle of 210º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85B0DB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 176 | 219 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.14 |
| HSL | 210º | 0.54% | 0.69% | - |
| HSV(B) | 210º | 0.39% | 0.86% | - |
| XYZ | 37.98 | 41.15 | 72.96 | - |
| YUV | 168.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 219 | 0.39 | 0.20 | 0 | 0.14 | 210 | 0.54 | 0.69 |
| Hex | 85 | B0 | DB | 27 | 14 | 0 | E | D2 | 36 | 45 |
| Octal | 205 | 260 | 333 | 47 | 24 | 0 | 16 | 322 | 66 | 105 |
| Binary | 10000101 | 10110000 | 11011011 | 100111 | 10100 | 0 | 1110 | 11010010 | 110110 | 1000101 |
Color Harmonies of #85B0DB
Complementary color
Monochromatic Colors of #85B0DB
Black with #85B0DB
Text Example
Text Example
White with #85B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B0DB; }
p { color: rgb(133,176,219); }
H1.HeaderClassName
{
color: #85B0DB;
}
.AnyTagClassName
{
color: #85B0DB;
}
</style>
background-color css
<style>
a { background-color: #85B0DB; }
a { background-color: rgb(133,176,219); }
div.DivClassName
{
background-color: #85B0DB;
}
.BgClassName
{
background-color: #85B0DB;
}
</style>
border-color css
<style>
span { border-color: #85B0DB; }
span { border-color: rgb(133,176,219); }
td.TdClassName
{
border-color: #85B0DB;
}
.TagClassName
{
border-color: #85B0DB;
}
</style>