#86AAE7

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

Shades of Jordy Blue #86AAE7

Tints of Jordy Blue #86AAE7

Color information

#86AAE7 (or 0x86AAE7) is unknown color: approx Jordy Blue. HEX triplet: 86, AA and E7. RGB value is (134,170,231). Sum of RGB (Red+Green+Blue) = 134+170+231=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #86AAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAE7 is #795518. Grayscale: #A5A5A5. Windows color (decimal): -7951641 or 15182470. OLE color: 15182470.

HSL color Cylindrical-coordinate representation of color #86AAE7: hue angle of 217.73º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86AAE7 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134170231-
CMYK0.420.2600.09
HSL217.73º66.9%71.57%-
HSV(B)217.73º41.99%90.59%-
XYZ38.6339.5981.21-
YUV166.19164.57105.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=25.05%
G=31.78%
B=43.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341702310.420.2600.09217.7366.971.57
Hex86AAE72A1A09da4348
Octal2062523475232011332103110
Binary10000110101010101110011110101011010010011101101010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,170,231); }

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

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

 a { background-color: rgb(134,170,231); }

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

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

 span { border-color: rgb(134,170,231); }

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