#86DDC9

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

Shades of Riptide #86DDC9

Tints of Riptide #86DDC9

Color information

#86DDC9 (or 0x86DDC9) is unknown color: approx Riptide. HEX triplet: 86, DD and C9. RGB value is (134,221,201). Sum of RGB (Red+Green+Blue) = 134+221+201=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDC9 is #792236. Grayscale: #C0C0C0. Windows color (decimal): -7938615 or 13229446. OLE color: 13229446.

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

Color convert

RGB134221201-
CMYK0.3900.090.13
HSL166.21º56.13%69.61%-
HSV(B)166.21º39.37%86.67%-
XYZ46.236164.6-
YUV192.71132.6886.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.10%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 201 (78.91% from 255) = 36.15%
R=24.10%
G=39.75%
B=36.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342212010.3900.090.13166.2156.1369.61
Hex86DDC92709Da63846
Octal206335311470111524670106
Binary100001101101110111001001100111010011101101001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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