Shades of Jordy Blue #85ABE0
Tints of Jordy Blue #85ABE0
RGB
CMYK
RGB Variations
Color information
#85ABE0 (or 0x85ABE0) is known color: Jordy Blue. HEX triplet: 85, AB and E0. RGB value is (133,171,224). Sum of RGB (Red+Green+Blue) = 133+171+224=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #85ABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABE0 is #7A541F. Grayscale: #A5A5A5. Windows color (decimal): -8016928 or 14723973. OLE color: 14723973.
HSL color Cylindrical-coordinate representation of color #85ABE0: hue angle of 214.95º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85ABE0 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 171 | 224 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.12 |
| HSL | 214.95º | 0.59% | 0.7% | - |
| HSV(B) | 214.95º | 0.41% | 0.88% | - |
| XYZ | 37.69 | 39.49 | 76.16 | - |
| YUV | 165.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 224 | 0.41 | 0.24 | 0 | 0.12 | 214.95 | 0.59 | 0.7 |
| Hex | 85 | AB | E0 | 29 | 18 | 0 | C | D7 | 3B | 46 |
| Octal | 205 | 253 | 340 | 51 | 30 | 0 | 14 | 327 | 73 | 106 |
| Binary | 10000101 | 10101011 | 11100000 | 101001 | 11000 | 0 | 1100 | 11010111 | 111011 | 1000110 |
Color Harmonies of #85ABE0
Complementary color
Monochromatic Colors of #85ABE0
Black with #85ABE0
Text Example
Text Example
White with #85ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABE0; }
p { color: rgb(133,171,224); }
H1.HeaderClassName
{
color: #85ABE0;
}
.AnyTagClassName
{
color: #85ABE0;
}
</style>
background-color css
<style>
a { background-color: #85ABE0; }
a { background-color: rgb(133,171,224); }
div.DivClassName
{
background-color: #85ABE0;
}
.BgClassName
{
background-color: #85ABE0;
}
</style>
border-color css
<style>
span { border-color: #85ABE0; }
span { border-color: rgb(133,171,224); }
td.TdClassName
{
border-color: #85ABE0;
}
.TagClassName
{
border-color: #85ABE0;
}
</style>