Shades of Jordy Blue #85ABDC
Tints of Jordy Blue #85ABDC
RGB
CMYK
RGB Variations
Color information
#85ABDC (or 0x85ABDC) is known color: Jordy Blue. HEX triplet: 85, AB and DC. RGB value is (133,171,220). Sum of RGB (Red+Green+Blue) = 133+171+220=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #85ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABDC is #7A5423. Grayscale: #A4A4A4. Windows color (decimal): -8016932 or 14461829. OLE color: 14461829.
HSL color Cylindrical-coordinate representation of color #85ABDC: hue angle of 213.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85ABDC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 171 | 220 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.14 |
| HSL | 213.79º | 0.55% | 0.69% | - |
| HSV(B) | 213.79º | 0.4% | 0.86% | - |
| XYZ | 37.15 | 39.28 | 73.33 | - |
| YUV | 165.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 220 | 0.40 | 0.22 | 0 | 0.14 | 213.79 | 0.55 | 0.69 |
| Hex | 85 | AB | DC | 28 | 16 | 0 | E | D6 | 37 | 45 |
| Octal | 205 | 253 | 334 | 50 | 26 | 0 | 16 | 326 | 67 | 105 |
| Binary | 10000101 | 10101011 | 11011100 | 101000 | 10110 | 0 | 1110 | 11010110 | 110111 | 1000101 |
Color Harmonies of #85ABDC
Complementary color
Monochromatic Colors of #85ABDC
Black with #85ABDC
Text Example
Text Example
White with #85ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABDC; }
p { color: rgb(133,171,220); }
H1.HeaderClassName
{
color: #85ABDC;
}
.AnyTagClassName
{
color: #85ABDC;
}
</style>
background-color css
<style>
a { background-color: #85ABDC; }
a { background-color: rgb(133,171,220); }
div.DivClassName
{
background-color: #85ABDC;
}
.BgClassName
{
background-color: #85ABDC;
}
</style>
border-color css
<style>
span { border-color: #85ABDC; }
span { border-color: rgb(133,171,220); }
td.TdClassName
{
border-color: #85ABDC;
}
.TagClassName
{
border-color: #85ABDC;
}
</style>