Shades of Jordy Blue #85BAE8
Tints of Jordy Blue #85BAE8
RGB
CMYK
RGB Variations
Color information
#85BAE8 (or 0x85BAE8) is known color: Jordy Blue. HEX triplet: 85, BA and E8. RGB value is (133,186,232). Sum of RGB (Red+Green+Blue) = 133+186+232=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #85BAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAE8 is #7A4517. Grayscale: #AFAFAF. Windows color (decimal): -8013080 or 15252101. OLE color: 15252101.
HSL color Cylindrical-coordinate representation of color #85BAE8: hue angle of 207.88º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BAE8 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 186 | 232 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.09 |
| HSL | 207.88º | 0.68% | 0.72% | - |
| HSV(B) | 207.88º | 0.43% | 0.91% | - |
| XYZ | 41.8 | 45.93 | 83.01 | - |
| YUV | 175.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 232 | 0.43 | 0.20 | 0 | 0.09 | 207.88 | 0.68 | 0.72 |
| Hex | 85 | BA | E8 | 2B | 14 | 0 | 9 | D0 | 44 | 48 |
| Octal | 205 | 272 | 350 | 53 | 24 | 0 | 11 | 320 | 104 | 110 |
| Binary | 10000101 | 10111010 | 11101000 | 101011 | 10100 | 0 | 1001 | 11010000 | 1000100 | 1001000 |
Color Harmonies of #85BAE8
Complementary color
Monochromatic Colors of #85BAE8
Black with #85BAE8
Text Example
Text Example
White with #85BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAE8; }
p { color: rgb(133,186,232); }
H1.HeaderClassName
{
color: #85BAE8;
}
.AnyTagClassName
{
color: #85BAE8;
}
</style>
background-color css
<style>
a { background-color: #85BAE8; }
a { background-color: rgb(133,186,232); }
div.DivClassName
{
background-color: #85BAE8;
}
.BgClassName
{
background-color: #85BAE8;
}
</style>
border-color css
<style>
span { border-color: #85BAE8; }
span { border-color: rgb(133,186,232); }
td.TdClassName
{
border-color: #85BAE8;
}
.TagClassName
{
border-color: #85BAE8;
}
</style>