#86E4DF

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

Shades of Riptide #86E4DF

Tints of Riptide #86E4DF

Color information

#86E4DF (or 0x86E4DF) is unknown color: approx Riptide. HEX triplet: 86, E4 and DF. RGB value is (134,228,223). Sum of RGB (Red+Green+Blue) = 134+228+223=585 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.91% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #86E4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E4DF is #791B20. Grayscale: #C7C7C7. Windows color (decimal): -7936801 or 14673030. OLE color: 14673030.

HSL color Cylindrical-coordinate representation of color #86E4DF: hue angle of 176.81º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E4DF is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB134228223-
CMYK0.4100.020.11
HSL176.81º63.51%70.98%-
HSV(B)176.81º41.23%89.41%-
XYZ50.8965.8879.85-
YUV199.32141.3681.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.91%
GREEN value IS 228 (89.45% from 255) = 38.97%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=22.91%
G=38.97%
B=38.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342282230.4100.020.11176.8163.5170.98
Hex86E4DF2902Bb14047
Octal206344337510213261100107
Binary10000110111001001101111110100101010111011000110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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