Shades of Jordy Blue #86AFDE
Tints of Jordy Blue #86AFDE
RGB
CMYK
RGB Variations
Color information
#86AFDE (or 0x86AFDE) is known color: Jordy Blue. HEX triplet: 86, AF and DE. RGB value is (134,175,222). Sum of RGB (Red+Green+Blue) = 134+175+222=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #86AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFDE is #795021. Grayscale: #A7A7A7. Windows color (decimal): -7950370 or 14593926. OLE color: 14593926.
HSL color Cylindrical-coordinate representation of color #86AFDE: hue angle of 212.05º degrees, saturation: 0.57, 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 #86AFDE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 175 | 222 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.13 |
| HSL | 212.05º | 0.57% | 0.7% | - |
| HSV(B) | 212.05º | 0.4% | 0.87% | - |
| XYZ | 38.35 | 41 | 75 | - |
| YUV | 168.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 222 | 0.40 | 0.21 | 0 | 0.13 | 212.05 | 0.57 | 0.7 |
| Hex | 86 | AF | DE | 28 | 15 | 0 | D | D4 | 39 | 46 |
| Octal | 206 | 257 | 336 | 50 | 25 | 0 | 15 | 324 | 71 | 106 |
| Binary | 10000110 | 10101111 | 11011110 | 101000 | 10101 | 0 | 1101 | 11010100 | 111001 | 1000110 |
Color Harmonies of #86AFDE
Complementary color
Monochromatic Colors of #86AFDE
Black with #86AFDE
Text Example
Text Example
White with #86AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFDE; }
p { color: rgb(134,175,222); }
H1.HeaderClassName
{
color: #86AFDE;
}
.AnyTagClassName
{
color: #86AFDE;
}
</style>
background-color css
<style>
a { background-color: #86AFDE; }
a { background-color: rgb(134,175,222); }
div.DivClassName
{
background-color: #86AFDE;
}
.BgClassName
{
background-color: #86AFDE;
}
</style>
border-color css
<style>
span { border-color: #86AFDE; }
span { border-color: rgb(134,175,222); }
td.TdClassName
{
border-color: #86AFDE;
}
.TagClassName
{
border-color: #86AFDE;
}
</style>