Shades of Jordy Blue #86ABFE
Tints of Jordy Blue #86ABFE
RGB
CMYK
RGB Variations
Color information
#86ABFE (or 0x86ABFE) is known color: Jordy Blue. HEX triplet: 86, AB and FE. RGB value is (134,171,254). Sum of RGB (Red+Green+Blue) = 134+171+254=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #86ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ABFE is #795401. Grayscale: #A9A9A9. Windows color (decimal): -7951362 or 16690054. OLE color: 16690054.
HSL color Cylindrical-coordinate representation of color #86ABFE: hue angle of 221.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86ABFE is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 171 | 254 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.00 |
| HSL | 221.5º | 0.98% | 0.76% | - |
| HSV(B) | 221.5º | 0.47% | 1% | - |
| XYZ | 42.28 | 41.35 | 99.52 | - |
| YUV | 169.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 254 | 0.47 | 0.33 | 0 | 0.00 | 221.5 | 0.98 | 0.76 |
| Hex | 86 | AB | FE | 2F | 21 | 0 | 0 | DE | 62 | 4C |
| Octal | 206 | 253 | 376 | 57 | 41 | 0 | 0 | 336 | 142 | 114 |
| Binary | 10000110 | 10101011 | 11111110 | 101111 | 100001 | 0 | 0 | 11011110 | 1100010 | 1001100 |
Color Harmonies of #86ABFE
Complementary color
Monochromatic Colors of #86ABFE
Black with #86ABFE
Text Example
Text Example
White with #86ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ABFE; }
p { color: rgb(134,171,254); }
H1.HeaderClassName
{
color: #86ABFE;
}
.AnyTagClassName
{
color: #86ABFE;
}
</style>
background-color css
<style>
a { background-color: #86ABFE; }
a { background-color: rgb(134,171,254); }
div.DivClassName
{
background-color: #86ABFE;
}
.BgClassName
{
background-color: #86ABFE;
}
</style>
border-color css
<style>
span { border-color: #86ABFE; }
span { border-color: rgb(134,171,254); }
td.TdClassName
{
border-color: #86ABFE;
}
.TagClassName
{
border-color: #86ABFE;
}
</style>