Shades of Jordy Blue #85B5E6
Tints of Jordy Blue #85B5E6
RGB
CMYK
RGB Variations
Color information
#85B5E6 (or 0x85B5E6) is known color: Jordy Blue. HEX triplet: 85, B5 and E6. RGB value is (133,181,230). Sum of RGB (Red+Green+Blue) = 133+181+230=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #85B5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B5E6 is #7A4A19. Grayscale: #ABABAB. Windows color (decimal): -8014362 or 15119749. OLE color: 15119749.
HSL color Cylindrical-coordinate representation of color #85B5E6: hue angle of 210.31º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85B5E6 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 181 | 230 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.10 |
| HSL | 210.31º | 0.66% | 0.71% | - |
| HSV(B) | 210.31º | 0.42% | 0.9% | - |
| XYZ | 40.48 | 43.75 | 81.17 | - |
| YUV | 172.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 230 | 0.42 | 0.21 | 0 | 0.10 | 210.31 | 0.66 | 0.71 |
| Hex | 85 | B5 | E6 | 2A | 15 | 0 | A | D2 | 42 | 47 |
| Octal | 205 | 265 | 346 | 52 | 25 | 0 | 12 | 322 | 102 | 107 |
| Binary | 10000101 | 10110101 | 11100110 | 101010 | 10101 | 0 | 1010 | 11010010 | 1000010 | 1000111 |
Color Harmonies of #85B5E6
Complementary color
Monochromatic Colors of #85B5E6
Black with #85B5E6
Text Example
Text Example
White with #85B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5E6; }
p { color: rgb(133,181,230); }
H1.HeaderClassName
{
color: #85B5E6;
}
.AnyTagClassName
{
color: #85B5E6;
}
</style>
background-color css
<style>
a { background-color: #85B5E6; }
a { background-color: rgb(133,181,230); }
div.DivClassName
{
background-color: #85B5E6;
}
.BgClassName
{
background-color: #85B5E6;
}
</style>
border-color css
<style>
span { border-color: #85B5E6; }
span { border-color: rgb(133,181,230); }
td.TdClassName
{
border-color: #85B5E6;
}
.TagClassName
{
border-color: #85B5E6;
}
</style>