#86BAEA

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

Shades of Jordy Blue #86BAEA

Tints of Jordy Blue #86BAEA

Color information

#86BAEA (or 0x86BAEA) is unknown color: approx Jordy Blue. HEX triplet: 86, BA and EA. RGB value is (134,186,234). Sum of RGB (Red+Green+Blue) = 134+186+234=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #86BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAEA is #794515. Grayscale: #AFAFAF. Windows color (decimal): -7947542 or 15383174. OLE color: 15383174.

HSL color Cylindrical-coordinate representation of color #86BAEA: hue angle of 208.8º degrees, saturation: 0.7, 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 #86BAEA is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134186234-
CMYK0.430.2100.08
HSL208.8º70.42%72.16%-
HSV(B)208.8º42.74%91.76%-
XYZ42.2446.1384.52-
YUV175.92160.7798.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.19%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=24.19%
G=33.57%
B=42.24%

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
Decimal1341862340.430.2100.08208.870.4272.16
Hex86BAEA2B1508d14648
Octal2062723525325010321106110
Binary10000110101110101110101010101110101010001101000110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,234); }

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

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

 a { background-color: rgb(134,186,234); }

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

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

 span { border-color: rgb(134,186,234); }

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