Shades of Jordy Blue #85BADF
Tints of Jordy Blue #85BADF
RGB
CMYK
RGB Variations
Color information
#85BADF (or 0x85BADF) is known color: Jordy Blue. HEX triplet: 85, BA and DF. RGB value is (133,186,223). Sum of RGB (Red+Green+Blue) = 133+186+223=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #85BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BADF is #7A4520. Grayscale: #AEAEAE. Windows color (decimal): -8013089 or 14662277. OLE color: 14662277.
HSL color Cylindrical-coordinate representation of color #85BADF: hue angle of 204.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BADF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 186 | 223 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.13 |
| HSL | 204.67º | 0.58% | 0.7% | - |
| HSV(B) | 204.67º | 0.4% | 0.87% | - |
| XYZ | 40.55 | 45.43 | 76.44 | - |
| YUV | 174.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 223 | 0.40 | 0.17 | 0 | 0.13 | 204.67 | 0.58 | 0.7 |
| Hex | 85 | BA | DF | 28 | 11 | 0 | D | CD | 3A | 46 |
| Octal | 205 | 272 | 337 | 50 | 21 | 0 | 15 | 315 | 72 | 106 |
| Binary | 10000101 | 10111010 | 11011111 | 101000 | 10001 | 0 | 1101 | 11001101 | 111010 | 1000110 |
Color Harmonies of #85BADF
Complementary color
Monochromatic Colors of #85BADF
Black with #85BADF
Text Example
Text Example
White with #85BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BADF; }
p { color: rgb(133,186,223); }
H1.HeaderClassName
{
color: #85BADF;
}
.AnyTagClassName
{
color: #85BADF;
}
</style>
background-color css
<style>
a { background-color: #85BADF; }
a { background-color: rgb(133,186,223); }
div.DivClassName
{
background-color: #85BADF;
}
.BgClassName
{
background-color: #85BADF;
}
</style>
border-color css
<style>
span { border-color: #85BADF; }
span { border-color: rgb(133,186,223); }
td.TdClassName
{
border-color: #85BADF;
}
.TagClassName
{
border-color: #85BADF;
}
</style>