#86A8F0

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

Shades of Jordy Blue #86A8F0

Tints of Jordy Blue #86A8F0

Color information

#86A8F0 (or 0x86A8F0) is unknown color: approx Jordy Blue. HEX triplet: 86, A8 and F0. RGB value is (134,168,240). Sum of RGB (Red+Green+Blue) = 134+168+240=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #86A8F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A8F0 is #79570F. Grayscale: #A5A5A5. Windows color (decimal): -7952144 or 15771782. OLE color: 15771782.

HSL color Cylindrical-coordinate representation of color #86A8F0: hue angle of 220.75º 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 #86A8F0 is Cyan = 0.44, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134168240-
CMYK0.440.300.06
HSL220.75º77.94%73.33%-
HSV(B)220.75º44.17%94.12%-
XYZ39.5639.3687.95-
YUV166.04169.74105.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 240 (94.14% from 255) = 44.28%
R=24.72%
G=31.00%
B=44.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341682400.440.300.06220.7577.9473.33
Hex86A8F02C1E06dd4e49
Octal206250360543606335116111
Binary1000011010101000111100001011001111001101101110110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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