#86ABFA

Color #86ABFA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #86ABFA

Tints of Jordy Blue #86ABFA

Color information

#86ABFA (or 0x86ABFA) is unknown color: approx Jordy Blue. HEX triplet: 86, AB and FA. RGB value is (134,171,250). Sum of RGB (Red+Green+Blue) = 134+171+250=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #86ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ABFA is #795405. Grayscale: #A8A8A8. Windows color (decimal): -7951366 or 16427910. OLE color: 16427910.

HSL color Cylindrical-coordinate representation of color #86ABFA: hue angle of 220.86º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86ABFA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134171250-
CMYK0.460.3200.02
HSL220.86º92.06%75.29%-
HSV(B)220.86º46.4%98.04%-
XYZ41.6541.196.18-
YUV168.94173.74103.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=24.14%
G=30.81%
B=45.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341712500.460.3200.02220.8692.0675.29
Hex86ABFA2E2002dd5c4b
Octal206253372564002335134113
Binary1000011010101011111110101011101000000101101110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86ABFA; }

 p { color: rgb(134,171,250); }

 H1.HeaderClassName
 {
   color: #86ABFA;
 }
 .AnyTagClassName
 {
   color: #86ABFA;
 }
</style>
background-color css

<style>
 a { background-color: #86ABFA; }

 a { background-color: rgb(134,171,250); }

 div.DivClassName
 {
   background-color: #86ABFA;
 }
 .BgClassName
 {
   background-color: #86ABFA;
 }
</style>
border-color css

<style>
 span { border-color: #86ABFA; }

 span { border-color: rgb(134,171,250); }

 td.TdClassName
 {
   border-color: #86ABFA;
 }
 .TagClassName
 {
   border-color: #86ABFA;
 }
</style>