#86BBEB

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

Shades of Jordy Blue #86BBEB

Tints of Jordy Blue #86BBEB

Color information

#86BBEB (or 0x86BBEB) is unknown color: approx Jordy Blue. HEX triplet: 86, BB and EB. RGB value is (134,187,235). Sum of RGB (Red+Green+Blue) = 134+187+235=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #86BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBEB is #794414. Grayscale: #B0B0B0. Windows color (decimal): -7947285 or 15448966. OLE color: 15448966.

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

Color convert

RGB134187235-
CMYK0.430.2000.08
HSL208.51º71.63%72.35%-
HSV(B)208.51º42.98%92.16%-
XYZ42.646.6185.35-
YUV176.62160.9497.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.10%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=24.10%
G=33.63%
B=42.27%

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
Decimal1341872350.430.2000.08208.5171.6372.35
Hex86BBEB2B1408d14848
Octal2062733535324010321110110
Binary10000110101110111110101110101110100010001101000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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