Shades of Jordy Blue #85BBE8
Tints of Jordy Blue #85BBE8
RGB
CMYK
RGB Variations
Color information
#85BBE8 (or 0x85BBE8) is known color: Jordy Blue. HEX triplet: 85, BB and E8. RGB value is (133,187,232). Sum of RGB (Red+Green+Blue) = 133+187+232=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #85BBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBE8 is #7A4417. Grayscale: #AFAFAF. Windows color (decimal): -8012824 or 15252357. OLE color: 15252357.
HSL color Cylindrical-coordinate representation of color #85BBE8: hue angle of 207.27º 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 #85BBE8 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 187 | 232 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.09 |
| HSL | 207.27º | 0.68% | 0.72% | - |
| HSV(B) | 207.27º | 0.43% | 0.91% | - |
| XYZ | 42.01 | 46.35 | 83.08 | - |
| YUV | 175.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 232 | 0.43 | 0.19 | 0 | 0.09 | 207.27 | 0.68 | 0.72 |
| Hex | 85 | BB | E8 | 2B | 13 | 0 | 9 | CF | 44 | 48 |
| Octal | 205 | 273 | 350 | 53 | 23 | 0 | 11 | 317 | 104 | 110 |
| Binary | 10000101 | 10111011 | 11101000 | 101011 | 10011 | 0 | 1001 | 11001111 | 1000100 | 1001000 |
Color Harmonies of #85BBE8
Complementary color
Monochromatic Colors of #85BBE8
Black with #85BBE8
Text Example
Text Example
White with #85BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBE8; }
p { color: rgb(133,187,232); }
H1.HeaderClassName
{
color: #85BBE8;
}
.AnyTagClassName
{
color: #85BBE8;
}
</style>
background-color css
<style>
a { background-color: #85BBE8; }
a { background-color: rgb(133,187,232); }
div.DivClassName
{
background-color: #85BBE8;
}
.BgClassName
{
background-color: #85BBE8;
}
</style>
border-color css
<style>
span { border-color: #85BBE8; }
span { border-color: rgb(133,187,232); }
td.TdClassName
{
border-color: #85BBE8;
}
.TagClassName
{
border-color: #85BBE8;
}
</style>