#86BBEA

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

Shades of Jordy Blue #86BBEA

Tints of Jordy Blue #86BBEA

Color information

#86BBEA (or 0x86BBEA) is unknown color: approx Jordy Blue. HEX triplet: 86, BB and EA. RGB value is (134,187,234). Sum of RGB (Red+Green+Blue) = 134+187+234=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #86BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBEA is #794415. Grayscale: #B0B0B0. Windows color (decimal): -7947286 or 15383430. OLE color: 15383430.

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

Color convert

RGB134187234-
CMYK0.430.2000.08
HSL208.2º70.42%72.16%-
HSV(B)208.2º42.74%91.76%-
XYZ42.4546.5584.59-
YUV176.51160.4497.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=24.14%
G=33.69%
B=42.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341872340.430.2000.08208.270.4272.16
Hex86BBEA2B1408d04648
Octal2062733525324010320106110
Binary10000110101110111110101010101110100010001101000010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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