Shades of Jordy Blue #85ABEC
Tints of Jordy Blue #85ABEC
RGB
CMYK
RGB Variations
Color information
#85ABEC (or 0x85ABEC) is known color: Jordy Blue. HEX triplet: 85, AB and EC. RGB value is (133,171,236). Sum of RGB (Red+Green+Blue) = 133+171+236=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #85ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABEC is #7A5413. Grayscale: #A6A6A6. Windows color (decimal): -8016916 or 15510405. OLE color: 15510405.
HSL color Cylindrical-coordinate representation of color #85ABEC: hue angle of 217.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ABEC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 171 | 236 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.07 |
| HSL | 217.86º | 0.73% | 0.72% | - |
| HSV(B) | 217.86º | 0.44% | 0.93% | - |
| XYZ | 39.38 | 40.17 | 85.03 | - |
| YUV | 167.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 236 | 0.44 | 0.28 | 0 | 0.07 | 217.86 | 0.73 | 0.72 |
| Hex | 85 | AB | EC | 2C | 1C | 0 | 7 | DA | 49 | 48 |
| Octal | 205 | 253 | 354 | 54 | 34 | 0 | 7 | 332 | 111 | 110 |
| Binary | 10000101 | 10101011 | 11101100 | 101100 | 11100 | 0 | 111 | 11011010 | 1001001 | 1001000 |
Color Harmonies of #85ABEC
Complementary color
Monochromatic Colors of #85ABEC
Black with #85ABEC
Text Example
Text Example
White with #85ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABEC; }
p { color: rgb(133,171,236); }
H1.HeaderClassName
{
color: #85ABEC;
}
.AnyTagClassName
{
color: #85ABEC;
}
</style>
background-color css
<style>
a { background-color: #85ABEC; }
a { background-color: rgb(133,171,236); }
div.DivClassName
{
background-color: #85ABEC;
}
.BgClassName
{
background-color: #85ABEC;
}
</style>
border-color css
<style>
span { border-color: #85ABEC; }
span { border-color: rgb(133,171,236); }
td.TdClassName
{
border-color: #85ABEC;
}
.TagClassName
{
border-color: #85ABEC;
}
</style>