#86AEE9

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

Shades of Jordy Blue #86AEE9

Tints of Jordy Blue #86AEE9

Color information

#86AEE9 (or 0x86AEE9) is unknown color: approx Jordy Blue. HEX triplet: 86, AE and E9. RGB value is (134,174,233). Sum of RGB (Red+Green+Blue) = 134+174+233=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #86AEE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AEE9 is #795116. Grayscale: #A8A8A8. Windows color (decimal): -7950615 or 15314566. OLE color: 15314566.

HSL color Cylindrical-coordinate representation of color #86AEE9: hue angle of 215.76º degrees, saturation: 0.69, 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 #86AEE9 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134174233-
CMYK0.420.2500.09
HSL215.76º69.23%71.96%-
HSV(B)215.76º42.49%91.37%-
XYZ39.6841.2282.96-
YUV168.77164.25103.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.77%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 233 (91.41% from 255) = 43.07%
R=24.77%
G=32.16%
B=43.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341742330.420.2500.09215.7669.2371.96
Hex86AEE92A1909d84548
Octal2062563515231011330105110
Binary10000110101011101110100110101011001010011101100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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