#86AEEB

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

Shades of Jordy Blue #86AEEB

Tints of Jordy Blue #86AEEB

Color information

#86AEEB (or 0x86AEEB) is unknown color: approx Jordy Blue. HEX triplet: 86, AE and EB. RGB value is (134,174,235). Sum of RGB (Red+Green+Blue) = 134+174+235=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #86AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AEEB is #795114. Grayscale: #A8A8A8. Windows color (decimal): -7950613 or 15445638. OLE color: 15445638.

HSL color Cylindrical-coordinate representation of color #86AEEB: hue angle of 216.24º 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 #86AEEB is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134174235-
CMYK0.430.2600.08
HSL216.24º71.63%72.35%-
HSV(B)216.24º42.98%92.16%-
XYZ39.9641.3484.47-
YUV168.99165.25103.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=24.68%
G=32.04%
B=43.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341742350.430.2600.08216.2471.6372.35
Hex86AEEB2B1A08d84848
Octal2062563535332010330110110
Binary10000110101011101110101110101111010010001101100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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