Shades of Jordy Blue #85BAE5
Tints of Jordy Blue #85BAE5
RGB
CMYK
RGB Variations
Color information
#85BAE5 (or 0x85BAE5) is known color: Jordy Blue. HEX triplet: 85, BA and E5. RGB value is (133,186,229). Sum of RGB (Red+Green+Blue) = 133+186+229=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #85BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BAE5 is #7A451A. Grayscale: #AEAEAE. Windows color (decimal): -8013083 or 15055493. OLE color: 15055493.
HSL color Cylindrical-coordinate representation of color #85BAE5: hue angle of 206.88º degrees, saturation: 0.65, 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 #85BAE5 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 186 | 229 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.10 |
| HSL | 206.88º | 0.65% | 0.71% | - |
| HSV(B) | 206.88º | 0.42% | 0.9% | - |
| XYZ | 41.37 | 45.76 | 80.78 | - |
| YUV | 175.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 229 | 0.42 | 0.19 | 0 | 0.10 | 206.88 | 0.65 | 0.71 |
| Hex | 85 | BA | E5 | 2A | 13 | 0 | A | CF | 41 | 47 |
| Octal | 205 | 272 | 345 | 52 | 23 | 0 | 12 | 317 | 101 | 107 |
| Binary | 10000101 | 10111010 | 11100101 | 101010 | 10011 | 0 | 1010 | 11001111 | 1000001 | 1000111 |
Color Harmonies of #85BAE5
Complementary color
Monochromatic Colors of #85BAE5
Black with #85BAE5
Text Example
Text Example
White with #85BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAE5; }
p { color: rgb(133,186,229); }
H1.HeaderClassName
{
color: #85BAE5;
}
.AnyTagClassName
{
color: #85BAE5;
}
</style>
background-color css
<style>
a { background-color: #85BAE5; }
a { background-color: rgb(133,186,229); }
div.DivClassName
{
background-color: #85BAE5;
}
.BgClassName
{
background-color: #85BAE5;
}
</style>
border-color css
<style>
span { border-color: #85BAE5; }
span { border-color: rgb(133,186,229); }
td.TdClassName
{
border-color: #85BAE5;
}
.TagClassName
{
border-color: #85BAE5;
}
</style>