#86AADE

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

Shades of Jordy Blue #86AADE

Tints of Jordy Blue #86AADE

Color information

#86AADE (or 0x86AADE) is unknown color: approx Jordy Blue. HEX triplet: 86, AA and DE. RGB value is (134,170,222). Sum of RGB (Red+Green+Blue) = 134+170+222=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #86AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AADE is #795521. Grayscale: #A4A4A4. Windows color (decimal): -7951650 or 14592646. OLE color: 14592646.

HSL color Cylindrical-coordinate representation of color #86AADE: hue angle of 215.45º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86AADE is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134170222-
CMYK0.400.2300.13
HSL215.45º57.14%69.8%-
HSV(B)215.45º39.64%87.06%-
XYZ37.3939.0974.68-
YUV165.16160.07105.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=25.48%
G=32.32%
B=42.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341702220.400.2300.13215.4557.1469.8
Hex86AADE28170Dd73946
Octal206252336502701532771106
Binary1000011010101010110111101010001011101101110101111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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