#86ADEC

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

Shades of Jordy Blue #86ADEC

Tints of Jordy Blue #86ADEC

Color information

#86ADEC (or 0x86ADEC) is unknown color: approx Jordy Blue. HEX triplet: 86, AD and EC. RGB value is (134,173,236). Sum of RGB (Red+Green+Blue) = 134+173+236=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #86ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADEC is #795213. Grayscale: #A8A8A8. Windows color (decimal): -7950868 or 15510918. OLE color: 15510918.

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

Color convert

RGB134173236-
CMYK0.430.2700.07
HSL217.06º72.86%72.55%-
HSV(B)217.06º43.22%92.55%-
XYZ39.9241.0185.17-
YUV168.52166.08103.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=24.68%
G=31.86%
B=43.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341732360.430.2700.07217.0672.8672.55
Hex86ADEC2B1B07d94949
Octal206255354533307331111111
Binary1000011010101101111011001010111101101111101100110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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