#86B4EB

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

Shades of Jordy Blue #86B4EB

Tints of Jordy Blue #86B4EB

Color information

#86B4EB (or 0x86B4EB) is unknown color: approx Jordy Blue. HEX triplet: 86, B4 and EB. RGB value is (134,180,235). Sum of RGB (Red+Green+Blue) = 134+180+235=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #86B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B4EB is #794B14. Grayscale: #ACACAC. Windows color (decimal): -7949077 or 15447174. OLE color: 15447174.

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

Color convert

RGB134180235-
CMYK0.430.2300.08
HSL212.67º71.63%72.35%-
HSV(B)212.67º42.98%92.16%-
XYZ41.1543.7184.87-
YUV172.52163.26100.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=24.41%
G=32.79%
B=42.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341802350.430.2300.08212.6771.6372.35
Hex86B4EB2B1708d54848
Octal2062643535327010325110110
Binary10000110101101001110101110101110111010001101010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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