Shades of Jordy Blue #85B2DD
Tints of Jordy Blue #85B2DD
RGB
CMYK
RGB Variations
Color information
#85B2DD (or 0x85B2DD) is known color: Jordy Blue. HEX triplet: 85, B2 and DD. RGB value is (133,178,221). Sum of RGB (Red+Green+Blue) = 133+178+221=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #85B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B2DD is #7A4D22. Grayscale: #A9A9A9. Windows color (decimal): -8015139 or 14529157. OLE color: 14529157.
HSL color Cylindrical-coordinate representation of color #85B2DD: hue angle of 209.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B2DD is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 178 | 221 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.13 |
| HSL | 209.32º | 0.56% | 0.69% | - |
| HSV(B) | 209.32º | 0.4% | 0.87% | - |
| XYZ | 38.64 | 42.05 | 74.49 | - |
| YUV | 169.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 221 | 0.40 | 0.19 | 0 | 0.13 | 209.32 | 0.56 | 0.69 |
| Hex | 85 | B2 | DD | 28 | 13 | 0 | D | D1 | 38 | 45 |
| Octal | 205 | 262 | 335 | 50 | 23 | 0 | 15 | 321 | 70 | 105 |
| Binary | 10000101 | 10110010 | 11011101 | 101000 | 10011 | 0 | 1101 | 11010001 | 111000 | 1000101 |
Color Harmonies of #85B2DD
Complementary color
Monochromatic Colors of #85B2DD
Black with #85B2DD
Text Example
Text Example
White with #85B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B2DD; }
p { color: rgb(133,178,221); }
H1.HeaderClassName
{
color: #85B2DD;
}
.AnyTagClassName
{
color: #85B2DD;
}
</style>
background-color css
<style>
a { background-color: #85B2DD; }
a { background-color: rgb(133,178,221); }
div.DivClassName
{
background-color: #85B2DD;
}
.BgClassName
{
background-color: #85B2DD;
}
</style>
border-color css
<style>
span { border-color: #85B2DD; }
span { border-color: rgb(133,178,221); }
td.TdClassName
{
border-color: #85B2DD;
}
.TagClassName
{
border-color: #85B2DD;
}
</style>