#86A6F5

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

Shades of Jordy Blue #86A6F5

Tints of Jordy Blue #86A6F5

Color information

#86A6F5 (or 0x86A6F5) is unknown color: approx Jordy Blue. HEX triplet: 86, A6 and F5. RGB value is (134,166,245). Sum of RGB (Red+Green+Blue) = 134+166+245=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #86A6F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A6F5 is #79590A. Grayscale: #A5A5A5. Windows color (decimal): -7952651 or 16098950. OLE color: 16098950.

HSL color Cylindrical-coordinate representation of color #86A6F5: hue angle of 222.7º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A6F5 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134166245-
CMYK0.450.3200.04
HSL222.7º84.73%74.31%-
HSV(B)222.7º45.31%96.08%-
XYZ39.9538.9391.8-
YUV165.44172.9105.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.59%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=24.59%
G=30.46%
B=44.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341662450.450.3200.04222.784.7374.31
Hex86A6F52D2004df554a
Octal206246365554004337125112
Binary10000110101001101111010110110110000001001101111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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