#86DAD1

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

Shades of Riptide #86DAD1

Tints of Riptide #86DAD1

Color information

#86DAD1 (or 0x86DAD1) is unknown color: approx Riptide. HEX triplet: 86, DA and D1. RGB value is (134,218,209). Sum of RGB (Red+Green+Blue) = 134+218+209=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DAD1 is #79252E. Grayscale: #BFBFBF. Windows color (decimal): -7939375 or 13752966. OLE color: 13752966.

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

Color convert

RGB134218209-
CMYK0.3900.040.15
HSL173.57º53.16%69.02%-
HSV(B)173.57º38.53%85.49%-
XYZ46.4159.8169.42-
YUV191.86137.6786.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.89%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=23.89%
G=38.86%
B=37.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342182090.3900.040.15173.5753.1669.02
Hex86DAD12704Fae3545
Octal20633232147041725665105
Binary10000110110110101101000110011101001111101011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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