#86B9EB

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

Shades of Jordy Blue #86B9EB

Tints of Jordy Blue #86B9EB

Color information

#86B9EB (or 0x86B9EB) is unknown color: approx Jordy Blue. HEX triplet: 86, B9 and EB. RGB value is (134,185,235). Sum of RGB (Red+Green+Blue) = 134+185+235=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #86B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B9EB is #794614. Grayscale: #AFAFAF. Windows color (decimal): -7947797 or 15448454. OLE color: 15448454.

HSL color Cylindrical-coordinate representation of color #86B9EB: hue angle of 209.7º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86B9EB is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134185235-
CMYK0.430.2100.08
HSL209.7º71.63%72.35%-
HSV(B)209.7º42.98%92.16%-
XYZ42.1845.7685.21-
YUV175.45161.698.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.19%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=24.19%
G=33.39%
B=42.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341852350.430.2100.08209.771.6372.35
Hex86B9EB2B1508d24848
Octal2062713535325010322110110
Binary10000110101110011110101110101110101010001101001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,185,235); }

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

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

 a { background-color: rgb(134,185,235); }

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

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

 span { border-color: rgb(134,185,235); }

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