#86A6DC

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

Shades of Jordy Blue #86A6DC

Tints of Jordy Blue #86A6DC

Color information

#86A6DC (or 0x86A6DC) is unknown color: approx Jordy Blue. HEX triplet: 86, A6 and DC. RGB value is (134,166,220). Sum of RGB (Red+Green+Blue) = 134+166+220=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #86A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A6DC is #795923. Grayscale: #A2A2A2. Windows color (decimal): -7952676 or 14460550. OLE color: 14460550.

HSL color Cylindrical-coordinate representation of color #86A6DC: hue angle of 217.67º 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 #86A6DC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134166220-
CMYK0.390.2500.14
HSL217.67º55.13%69.41%-
HSV(B)217.67º39.09%86.27%-
XYZ36.3937.5173.03-
YUV162.59160.4107.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=25.77%
G=31.92%
B=42.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341662200.390.2500.14217.6755.1369.41
Hex86A6DC27190Eda3745
Octal206246334473101633267105
Binary1000011010100110110111001001111100101110110110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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