#86B3F6

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

Shades of Jordy Blue #86B3F6

Tints of Jordy Blue #86B3F6

Color information

#86B3F6 (or 0x86B3F6) is unknown color: approx Jordy Blue. HEX triplet: 86, B3 and F6. RGB value is (134,179,246). Sum of RGB (Red+Green+Blue) = 134+179+246=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #86B3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B3F6 is #794C09. Grayscale: #ACACAC. Windows color (decimal): -7949322 or 16167814. OLE color: 16167814.

HSL color Cylindrical-coordinate representation of color #86B3F6: hue angle of 215.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86B3F6 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134179246-
CMYK0.460.2700.04
HSL215.89º86.15%74.51%-
HSV(B)215.89º45.53%96.47%-
XYZ42.5943.9693.43-
YUV173.18169.09100.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=23.97%
G=32.02%
B=44.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341792460.460.2700.04215.8986.1574.51
Hex86B3F62E1B04d8564b
Octal206263366563304330126113
Binary1000011010110011111101101011101101101001101100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,179,246); }

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

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

 a { background-color: rgb(134,179,246); }

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

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

 span { border-color: rgb(134,179,246); }

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