#86A6F9

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

Shades of Jordy Blue #86A6F9

Tints of Jordy Blue #86A6F9

Color information

#86A6F9 (or 0x86A6F9) is unknown color: approx Jordy Blue. HEX triplet: 86, A6 and F9. RGB value is (134,166,249). Sum of RGB (Red+Green+Blue) = 134+166+249=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #86A6F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A6F9 is #795906. Grayscale: #A5A5A5. Windows color (decimal): -7952647 or 16361094. OLE color: 16361094.

HSL color Cylindrical-coordinate representation of color #86A6F9: hue angle of 223.3º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86A6F9 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134166249-
CMYK0.460.3300.02
HSL223.3º90.55%75.1%-
HSV(B)223.3º46.18%97.65%-
XYZ40.5739.1895.05-
YUV165.89174.9105.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=24.41%
G=30.24%
B=45.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341662490.460.3300.02223.390.5575.1
Hex86A6F92E2102df5b4b
Octal206246371564102337133113
Binary1000011010100110111110011011101000010101101111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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