Shades of Jordy Blue #85B1DD
Tints of Jordy Blue #85B1DD
RGB
CMYK
RGB Variations
Color information
#85B1DD (or 0x85B1DD) is known color: Jordy Blue. HEX triplet: 85, B1 and DD. RGB value is (133,177,221). Sum of RGB (Red+Green+Blue) = 133+177+221=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #85B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B1DD is #7A4E22. Grayscale: #A8A8A8. Windows color (decimal): -8015395 or 14528901. OLE color: 14528901.
HSL color Cylindrical-coordinate representation of color #85B1DD: hue angle of 210º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B1DD is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 177 | 221 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.13 |
| HSL | 210º | 0.56% | 0.69% | - |
| HSV(B) | 210º | 0.4% | 0.87% | - |
| XYZ | 38.45 | 41.65 | 74.42 | - |
| YUV | 168.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 221 | 0.40 | 0.20 | 0 | 0.13 | 210 | 0.56 | 0.69 |
| Hex | 85 | B1 | DD | 28 | 14 | 0 | D | D2 | 38 | 45 |
| Octal | 205 | 261 | 335 | 50 | 24 | 0 | 15 | 322 | 70 | 105 |
| Binary | 10000101 | 10110001 | 11011101 | 101000 | 10100 | 0 | 1101 | 11010010 | 111000 | 1000101 |
Color Harmonies of #85B1DD
Complementary color
Monochromatic Colors of #85B1DD
Black with #85B1DD
Text Example
Text Example
White with #85B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B1DD; }
p { color: rgb(133,177,221); }
H1.HeaderClassName
{
color: #85B1DD;
}
.AnyTagClassName
{
color: #85B1DD;
}
</style>
background-color css
<style>
a { background-color: #85B1DD; }
a { background-color: rgb(133,177,221); }
div.DivClassName
{
background-color: #85B1DD;
}
.BgClassName
{
background-color: #85B1DD;
}
</style>
border-color css
<style>
span { border-color: #85B1DD; }
span { border-color: rgb(133,177,221); }
td.TdClassName
{
border-color: #85B1DD;
}
.TagClassName
{
border-color: #85B1DD;
}
</style>