#86AADC

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

Shades of Jordy Blue #86AADC

Tints of Jordy Blue #86AADC

Color information

#86AADC (or 0x86AADC) is unknown color: approx Jordy Blue. HEX triplet: 86, AA and DC. RGB value is (134,170,220). Sum of RGB (Red+Green+Blue) = 134+170+220=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #86AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AADC is #795523. Grayscale: #A4A4A4. Windows color (decimal): -7951652 or 14461574. OLE color: 14461574.

HSL color Cylindrical-coordinate representation of color #86AADC: hue angle of 214.88º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86AADC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134170220-
CMYK0.390.2300.14
HSL214.88º55.13%69.41%-
HSV(B)214.88º39.09%86.27%-
XYZ37.1238.9973.28-
YUV164.94159.07105.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.57%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=25.57%
G=32.44%
B=41.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341702200.390.2300.14214.8855.1369.41
Hex86AADC27170Ed73745
Octal206252334472701632767105
Binary1000011010101010110111001001111011101110110101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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