Shades of Jordy Blue #85ABDD
Tints of Jordy Blue #85ABDD
RGB
CMYK
RGB Variations
Color information
#85ABDD (or 0x85ABDD) is known color: Jordy Blue. HEX triplet: 85, AB and DD. RGB value is (133,171,221). Sum of RGB (Red+Green+Blue) = 133+171+221=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #85ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABDD is #7A5422. Grayscale: #A5A5A5. Windows color (decimal): -8016931 or 14527365. OLE color: 14527365.
HSL color Cylindrical-coordinate representation of color #85ABDD: hue angle of 214.09º 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 #85ABDD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 171 | 221 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.13 |
| HSL | 214.09º | 0.56% | 0.69% | - |
| HSV(B) | 214.09º | 0.4% | 0.87% | - |
| XYZ | 37.29 | 39.33 | 74.03 | - |
| YUV | 165.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 221 | 0.40 | 0.23 | 0 | 0.13 | 214.09 | 0.56 | 0.69 |
| Hex | 85 | AB | DD | 28 | 17 | 0 | D | D6 | 38 | 45 |
| Octal | 205 | 253 | 335 | 50 | 27 | 0 | 15 | 326 | 70 | 105 |
| Binary | 10000101 | 10101011 | 11011101 | 101000 | 10111 | 0 | 1101 | 11010110 | 111000 | 1000101 |
Color Harmonies of #85ABDD
Complementary color
Monochromatic Colors of #85ABDD
Black with #85ABDD
Text Example
Text Example
White with #85ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABDD; }
p { color: rgb(133,171,221); }
H1.HeaderClassName
{
color: #85ABDD;
}
.AnyTagClassName
{
color: #85ABDD;
}
</style>
background-color css
<style>
a { background-color: #85ABDD; }
a { background-color: rgb(133,171,221); }
div.DivClassName
{
background-color: #85ABDD;
}
.BgClassName
{
background-color: #85ABDD;
}
</style>
border-color css
<style>
span { border-color: #85ABDD; }
span { border-color: rgb(133,171,221); }
td.TdClassName
{
border-color: #85ABDD;
}
.TagClassName
{
border-color: #85ABDD;
}
</style>