#86A3EB

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

Shades of Jordy Blue #86A3EB

Tints of Jordy Blue #86A3EB

Color information

#86A3EB (or 0x86A3EB) is unknown color: approx Jordy Blue. HEX triplet: 86, A3 and EB. RGB value is (134,163,235). Sum of RGB (Red+Green+Blue) = 134+163+235=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #86A3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A3EB is #795C14. Grayscale: #A2A2A2. Windows color (decimal): -7953429 or 15442822. OLE color: 15442822.

HSL color Cylindrical-coordinate representation of color #86A3EB: hue angle of 222.77º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86A3EB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134163235-
CMYK0.430.3100.08
HSL222.77º71.63%72.35%-
HSV(B)222.77º42.98%92.16%-
XYZ37.9237.2683.79-
YUV162.54168.89107.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.19%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=25.19%
G=30.64%
B=44.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341632350.430.3100.08222.7771.6372.35
Hex86A3EB2B1F08df4848
Octal2062433535337010337110110
Binary10000110101000111110101110101111111010001101111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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