#86A3F0

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

Shades of Jordy Blue #86A3F0

Tints of Jordy Blue #86A3F0

Color information

#86A3F0 (or 0x86A3F0) is unknown color: approx Jordy Blue. HEX triplet: 86, A3 and F0. RGB value is (134,163,240). Sum of RGB (Red+Green+Blue) = 134+163+240=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #86A3F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A3F0 is #795C0F. Grayscale: #A2A2A2. Windows color (decimal): -7953424 or 15770502. OLE color: 15770502.

HSL color Cylindrical-coordinate representation of color #86A3F0: hue angle of 223.58º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86A3F0 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134163240-
CMYK0.440.3200.06
HSL223.58º77.94%73.33%-
HSV(B)223.58º44.17%94.12%-
XYZ38.6637.5587.65-
YUV163.11171.39107.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.95%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=24.95%
G=30.35%
B=44.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341632400.440.3200.06223.5877.9473.33
Hex86A3F02C2006e04e49
Octal206243360544006340116111
Binary10000110101000111111000010110010000001101110000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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