#86EBD6

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

Shades of Riptide #86EBD6

Tints of Riptide #86EBD6

Color information

#86EBD6 (or 0x86EBD6) is unknown color: approx Riptide. HEX triplet: 86, EB and D6. RGB value is (134,235,214). Sum of RGB (Red+Green+Blue) = 134+235+214=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EBD6 is #791429. Grayscale: #CACACA. Windows color (decimal): -7935018 or 14084998. OLE color: 14084998.

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

Color convert

RGB134235214-
CMYK0.4300.090.08
HSL167.52º71.63%72.35%-
HSV(B)167.52º42.98%92.16%-
XYZ51.6869.3474.28-
YUV202.41134.5479.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.98%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 214 (83.98% from 255) = 36.71%
R=22.98%
G=40.31%
B=36.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342352140.4300.090.08167.5271.6372.35
Hex86EBD62B098a84848
Octal2063533265301110250110110
Binary1000011011101011110101101010110100110001010100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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