Shades of Jordy Blue #86B0DC
Tints of Jordy Blue #86B0DC
RGB
CMYK
RGB Variations
Color information
#86B0DC (or 0x86B0DC) is known color: Jordy Blue. HEX triplet: 86, B0 and DC. RGB value is (134,176,220). Sum of RGB (Red+Green+Blue) = 134+176+220=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #86B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0DC is #794F23. Grayscale: #A8A8A8. Windows color (decimal): -7950116 or 14463110. OLE color: 14463110.
HSL color Cylindrical-coordinate representation of color #86B0DC: hue angle of 210.7º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86B0DC is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 176 | 220 | - |
| CMYK | 0.39 | 0.2 | 0 | 0.14 |
| HSL | 210.7º | 0.55% | 0.69% | - |
| HSV(B) | 210.7º | 0.39% | 0.86% | - |
| XYZ | 38.28 | 41.29 | 73.66 | - |
| YUV | 168.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 220 | 0.39 | 0.2 | 0 | 0.14 | 210.7 | 0.55 | 0.69 |
| Hex | 86 | B0 | DC | 27 | 14 | 0 | E | D3 | 37 | 45 |
| Octal | 206 | 260 | 334 | 47 | 24 | 0 | 16 | 323 | 67 | 105 |
| Binary | 10000110 | 10110000 | 11011100 | 100111 | 10100 | 0 | 1110 | 11010011 | 110111 | 1000101 |
Color Harmonies of #86B0DC
Complementary color
Monochromatic Colors of #86B0DC
Black with #86B0DC
Text Example
Text Example
White with #86B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B0DC; }
p { color: rgb(134,176,220); }
H1.HeaderClassName
{
color: #86B0DC;
}
.AnyTagClassName
{
color: #86B0DC;
}
</style>
background-color css
<style>
a { background-color: #86B0DC; }
a { background-color: rgb(134,176,220); }
div.DivClassName
{
background-color: #86B0DC;
}
.BgClassName
{
background-color: #86B0DC;
}
</style>
border-color css
<style>
span { border-color: #86B0DC; }
span { border-color: rgb(134,176,220); }
td.TdClassName
{
border-color: #86B0DC;
}
.TagClassName
{
border-color: #86B0DC;
}
</style>