#86E6DF

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

Shades of Riptide #86E6DF

Tints of Riptide #86E6DF

Color information

#86E6DF (or 0x86E6DF) is unknown color: approx Riptide. HEX triplet: 86, E6 and DF. RGB value is (134,230,223). Sum of RGB (Red+Green+Blue) = 134+230+223=587 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.83% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #86E6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E6DF is #791920. Grayscale: #C8C8C8. Windows color (decimal): -7936289 or 14673542. OLE color: 14673542.

HSL color Cylindrical-coordinate representation of color #86E6DF: hue angle of 175.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E6DF is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB134230223-
CMYK0.4200.030.10
HSL175.62º65.75%71.37%-
HSV(B)175.62º41.74%90.2%-
XYZ51.4566.9980.03-
YUV200.5140.780.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.83%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=22.83%
G=39.18%
B=37.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342302230.4200.030.10175.6265.7571.37
Hex86E6DF2A03Ab04247
Octal206346337520312260102107
Binary10000110111001101101111110101001110101011000010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,230,223); }

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

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

 a { background-color: rgb(134,230,223); }

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

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

 span { border-color: rgb(134,230,223); }

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