#86A3FC

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

Shades of Jordy Blue #86A3FC

Tints of Jordy Blue #86A3FC

Color information

#86A3FC (or 0x86A3FC) is unknown color: approx Jordy Blue. HEX triplet: 86, A3 and FC. RGB value is (134,163,252). Sum of RGB (Red+Green+Blue) = 134+163+252=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #86A3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A3FC is #795C03. Grayscale: #A4A4A4. Windows color (decimal): -7953412 or 16556934. OLE color: 16556934.

HSL color Cylindrical-coordinate representation of color #86A3FC: hue angle of 225.25º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86A3FC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134163252-
CMYK0.470.3500.01
HSL225.25º95.16%75.69%-
HSV(B)225.25º46.83%98.82%-
XYZ40.538.2997.35-
YUV164.48177.39106.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=24.41%
G=29.69%
B=45.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341632520.470.3500.01225.2595.1675.69
Hex86A3FC2F2301e15f4c
Octal206243374574301341137114
Binary100001101010001111111100101111100011011110000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,163,252); }

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

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

 a { background-color: rgb(134,163,252); }

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

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

 span { border-color: rgb(134,163,252); }

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