#86ADE9

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

Shades of Jordy Blue #86ADE9

Tints of Jordy Blue #86ADE9

Color information

#86ADE9 (or 0x86ADE9) is unknown color: approx Jordy Blue. HEX triplet: 86, AD and E9. RGB value is (134,173,233). Sum of RGB (Red+Green+Blue) = 134+173+233=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #86ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADE9 is #795216. Grayscale: #A7A7A7. Windows color (decimal): -7950871 or 15314310. OLE color: 15314310.

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

Color convert

RGB134173233-
CMYK0.420.2600.09
HSL216.36º69.23%71.96%-
HSV(B)216.36º42.49%91.37%-
XYZ39.4840.8482.89-
YUV168.18164.58103.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.81%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=24.81%
G=32.04%
B=43.15%

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
Decimal1341732330.420.2600.09216.3669.2371.96
Hex86ADE92A1A09d84548
Octal2062553515232011330105110
Binary10000110101011011110100110101011010010011101100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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