#86DACB

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

Shades of Riptide #86DACB

Tints of Riptide #86DACB

Color information

#86DACB (or 0x86DACB) is unknown color: approx Riptide. HEX triplet: 86, DA and CB. RGB value is (134,218,203). Sum of RGB (Red+Green+Blue) = 134+218+203=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #86DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DACB is #792534. Grayscale: #BFBFBF. Windows color (decimal): -7939381 or 13359750. OLE color: 13359750.

HSL color Cylindrical-coordinate representation of color #86DACB: hue angle of 169.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DACB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB134218203-
CMYK0.3900.070.15
HSL169.29º53.16%69.02%-
HSV(B)169.29º38.53%85.49%-
XYZ45.6859.5265.58-
YUV191.17134.6787.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=24.14%
G=39.28%
B=36.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342182030.3900.070.15169.2953.1669.02
Hex86DACB2707Fa93545
Octal20633231347071725165105
Binary10000110110110101100101110011101111111101010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,218,203); }

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

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

 a { background-color: rgb(134,218,203); }

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

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

 span { border-color: rgb(134,218,203); }

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