#86DDCF

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

Shades of Riptide #86DDCF

Tints of Riptide #86DDCF

Color information

#86DDCF (or 0x86DDCF) is unknown color: approx Riptide. HEX triplet: 86, DD and CF. RGB value is (134,221,207). Sum of RGB (Red+Green+Blue) = 134+221+207=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDCF is #792230. Grayscale: #C1C1C1. Windows color (decimal): -7938609 or 13622662. OLE color: 13622662.

HSL color Cylindrical-coordinate representation of color #86DDCF: hue angle of 170.34º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDCF is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB134221207-
CMYK0.3900.060.13
HSL170.34º56.13%69.61%-
HSV(B)170.34º39.37%86.67%-
XYZ46.9561.2968.39-
YUV193.39135.6885.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.84%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=23.84%
G=39.32%
B=36.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342212070.3900.060.13170.3456.1369.61
Hex86DDCF2706Daa3846
Octal20633531747061525270106
Binary10000110110111011100111110011101101101101010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,207); }

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

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

 a { background-color: rgb(134,221,207); }

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

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

 span { border-color: rgb(134,221,207); }

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