#86AAEE

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

Shades of Jordy Blue #86AAEE

Tints of Jordy Blue #86AAEE

Color information

#86AAEE (or 0x86AAEE) is unknown color: approx Jordy Blue. HEX triplet: 86, AA and EE. RGB value is (134,170,238). Sum of RGB (Red+Green+Blue) = 134+170+238=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #86AAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAEE is #795511. Grayscale: #A6A6A6. Windows color (decimal): -7951634 or 15641222. OLE color: 15641222.

HSL color Cylindrical-coordinate representation of color #86AAEE: hue angle of 219.23º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86AAEE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134170238-
CMYK0.440.2900.07
HSL219.23º75.36%72.94%-
HSV(B)219.23º43.7%93.33%-
XYZ39.6439.9986.52-
YUV166.99168.07104.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=24.72%
G=31.37%
B=43.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341702380.440.2900.07219.2375.3672.94
Hex86AAEE2C1D07db4b49
Octal206252356543507333113111
Binary1000011010101010111011101011001110101111101101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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