Shades of Jordy Blue #86B1DC
Tints of Jordy Blue #86B1DC
RGB
CMYK
RGB Variations
Color information
#86B1DC (or 0x86B1DC) is known color: Jordy Blue. HEX triplet: 86, B1 and DC. RGB value is (134,177,220). Sum of RGB (Red+Green+Blue) = 134+177+220=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #86B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B1DC is #794E23. Grayscale: #A8A8A8. Windows color (decimal): -7949860 or 14463366. OLE color: 14463366.
HSL color Cylindrical-coordinate representation of color #86B1DC: hue angle of 210º 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 #86B1DC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 177 | 220 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.14 |
| HSL | 210º | 0.55% | 0.69% | - |
| HSV(B) | 210º | 0.39% | 0.86% | - |
| XYZ | 38.47 | 41.68 | 73.73 | - |
| YUV | 169.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 220 | 0.39 | 0.20 | 0 | 0.14 | 210 | 0.55 | 0.69 |
| Hex | 86 | B1 | DC | 27 | 14 | 0 | E | D2 | 37 | 45 |
| Octal | 206 | 261 | 334 | 47 | 24 | 0 | 16 | 322 | 67 | 105 |
| Binary | 10000110 | 10110001 | 11011100 | 100111 | 10100 | 0 | 1110 | 11010010 | 110111 | 1000101 |
Color Harmonies of #86B1DC
Complementary color
Monochromatic Colors of #86B1DC
Black with #86B1DC
Text Example
Text Example
White with #86B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B1DC; }
p { color: rgb(134,177,220); }
H1.HeaderClassName
{
color: #86B1DC;
}
.AnyTagClassName
{
color: #86B1DC;
}
</style>
background-color css
<style>
a { background-color: #86B1DC; }
a { background-color: rgb(134,177,220); }
div.DivClassName
{
background-color: #86B1DC;
}
.BgClassName
{
background-color: #86B1DC;
}
</style>
border-color css
<style>
span { border-color: #86B1DC; }
span { border-color: rgb(134,177,220); }
td.TdClassName
{
border-color: #86B1DC;
}
.TagClassName
{
border-color: #86B1DC;
}
</style>