Shades of Jordy Blue #86AFE4
Tints of Jordy Blue #86AFE4
RGB
CMYK
RGB Variations
Color information
#86AFE4 (or 0x86AFE4) is known color: Jordy Blue. HEX triplet: 86, AF and E4. RGB value is (134,175,228). Sum of RGB (Red+Green+Blue) = 134+175+228=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #86AFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFE4 is #79501B. Grayscale: #A8A8A8. Windows color (decimal): -7950364 or 14987142. OLE color: 14987142.
HSL color Cylindrical-coordinate representation of color #86AFE4: hue angle of 213.83º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86AFE4 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 175 | 228 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.11 |
| HSL | 213.83º | 0.64% | 0.71% | - |
| HSV(B) | 213.83º | 0.41% | 0.89% | - |
| XYZ | 39.17 | 41.33 | 79.31 | - |
| YUV | 168.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 228 | 0.41 | 0.23 | 0 | 0.11 | 213.83 | 0.64 | 0.71 |
| Hex | 86 | AF | E4 | 29 | 17 | 0 | B | D6 | 40 | 47 |
| Octal | 206 | 257 | 344 | 51 | 27 | 0 | 13 | 326 | 100 | 107 |
| Binary | 10000110 | 10101111 | 11100100 | 101001 | 10111 | 0 | 1011 | 11010110 | 1000000 | 1000111 |
Color Harmonies of #86AFE4
Complementary color
Monochromatic Colors of #86AFE4
Black with #86AFE4
Text Example
Text Example
White with #86AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFE4; }
p { color: rgb(134,175,228); }
H1.HeaderClassName
{
color: #86AFE4;
}
.AnyTagClassName
{
color: #86AFE4;
}
</style>
background-color css
<style>
a { background-color: #86AFE4; }
a { background-color: rgb(134,175,228); }
div.DivClassName
{
background-color: #86AFE4;
}
.BgClassName
{
background-color: #86AFE4;
}
</style>
border-color css
<style>
span { border-color: #86AFE4; }
span { border-color: rgb(134,175,228); }
td.TdClassName
{
border-color: #86AFE4;
}
.TagClassName
{
border-color: #86AFE4;
}
</style>