Shades of Jordy Blue #85B2DC
Tints of Jordy Blue #85B2DC
RGB
CMYK
RGB Variations
Color information
#85B2DC (or 0x85B2DC) is known color: Jordy Blue. HEX triplet: 85, B2 and DC. RGB value is (133,178,220). Sum of RGB (Red+Green+Blue) = 133+178+220=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #85B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B2DC is #7A4D23. Grayscale: #A9A9A9. Windows color (decimal): -8015140 or 14463621. OLE color: 14463621.
HSL color Cylindrical-coordinate representation of color #85B2DC: hue angle of 208.97º 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 #85B2DC is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 178 | 220 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.14 |
| HSL | 208.97º | 0.55% | 0.69% | - |
| HSV(B) | 208.97º | 0.4% | 0.86% | - |
| XYZ | 38.51 | 41.99 | 73.79 | - |
| YUV | 169.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 220 | 0.40 | 0.19 | 0 | 0.14 | 208.97 | 0.55 | 0.69 |
| Hex | 85 | B2 | DC | 28 | 13 | 0 | E | D1 | 37 | 45 |
| Octal | 205 | 262 | 334 | 50 | 23 | 0 | 16 | 321 | 67 | 105 |
| Binary | 10000101 | 10110010 | 11011100 | 101000 | 10011 | 0 | 1110 | 11010001 | 110111 | 1000101 |
Color Harmonies of #85B2DC
Complementary color
Monochromatic Colors of #85B2DC
Black with #85B2DC
Text Example
Text Example
White with #85B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B2DC; }
p { color: rgb(133,178,220); }
H1.HeaderClassName
{
color: #85B2DC;
}
.AnyTagClassName
{
color: #85B2DC;
}
</style>
background-color css
<style>
a { background-color: #85B2DC; }
a { background-color: rgb(133,178,220); }
div.DivClassName
{
background-color: #85B2DC;
}
.BgClassName
{
background-color: #85B2DC;
}
</style>
border-color css
<style>
span { border-color: #85B2DC; }
span { border-color: rgb(133,178,220); }
td.TdClassName
{
border-color: #85B2DC;
}
.TagClassName
{
border-color: #85B2DC;
}
</style>