Shades of Jordy Blue #85BBED
Tints of Jordy Blue #85BBED
RGB
CMYK
RGB Variations
Color information
#85BBED (or 0x85BBED) is known color: Jordy Blue. HEX triplet: 85, BB and ED. RGB value is (133,187,237). Sum of RGB (Red+Green+Blue) = 133+187+237=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #85BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBED is #7A4412. Grayscale: #B0B0B0. Windows color (decimal): -8012819 or 15580037. OLE color: 15580037.
HSL color Cylindrical-coordinate representation of color #85BBED: hue angle of 208.85º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BBED is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 187 | 237 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.07 |
| HSL | 208.85º | 0.74% | 0.73% | - |
| HSV(B) | 208.85º | 0.44% | 0.93% | - |
| XYZ | 42.73 | 46.64 | 86.87 | - |
| YUV | 176.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 237 | 0.44 | 0.21 | 0 | 0.07 | 208.85 | 0.74 | 0.73 |
| Hex | 85 | BB | ED | 2C | 15 | 0 | 7 | D1 | 4A | 49 |
| Octal | 205 | 273 | 355 | 54 | 25 | 0 | 7 | 321 | 112 | 111 |
| Binary | 10000101 | 10111011 | 11101101 | 101100 | 10101 | 0 | 111 | 11010001 | 1001010 | 1001001 |
Color Harmonies of #85BBED
Complementary color
Monochromatic Colors of #85BBED
Black with #85BBED
Text Example
Text Example
White with #85BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBED; }
p { color: rgb(133,187,237); }
H1.HeaderClassName
{
color: #85BBED;
}
.AnyTagClassName
{
color: #85BBED;
}
</style>
background-color css
<style>
a { background-color: #85BBED; }
a { background-color: rgb(133,187,237); }
div.DivClassName
{
background-color: #85BBED;
}
.BgClassName
{
background-color: #85BBED;
}
</style>
border-color css
<style>
span { border-color: #85BBED; }
span { border-color: rgb(133,187,237); }
td.TdClassName
{
border-color: #85BBED;
}
.TagClassName
{
border-color: #85BBED;
}
</style>