#86A6F0

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

Shades of Jordy Blue #86A6F0

Tints of Jordy Blue #86A6F0

Color information

#86A6F0 (or 0x86A6F0) is unknown color: approx Jordy Blue. HEX triplet: 86, A6 and F0. RGB value is (134,166,240). Sum of RGB (Red+Green+Blue) = 134+166+240=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #86A6F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A6F0 is #79590F. Grayscale: #A4A4A4. Windows color (decimal): -7952656 or 15771270. OLE color: 15771270.

HSL color Cylindrical-coordinate representation of color #86A6F0: hue angle of 221.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86A6F0 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134166240-
CMYK0.440.3100.06
HSL221.89º77.94%73.33%-
HSV(B)221.89º44.17%94.12%-
XYZ39.238.6387.83-
YUV164.87170.4105.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.81%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=24.81%
G=30.74%
B=44.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341662400.440.3100.06221.8977.9473.33
Hex86A6F02C1F06de4e49
Octal206246360543706336116111
Binary1000011010100110111100001011001111101101101111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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