#86D8CD

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

Shades of Riptide #86D8CD

Tints of Riptide #86D8CD

Color information

#86D8CD (or 0x86D8CD) is unknown color: approx Riptide. HEX triplet: 86, D8 and CD. RGB value is (134,216,205). Sum of RGB (Red+Green+Blue) = 134+216+205=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #86D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D8CD is #792732. Grayscale: #BEBEBE. Windows color (decimal): -7939891 or 13490310. OLE color: 13490310.

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

Color convert

RGB134216205-
CMYK0.3800.050.15
HSL171.95º51.25%68.63%-
HSV(B)171.95º37.96%84.71%-
XYZ45.4158.5966.67-
YUV190.23136.3387.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 216 (84.77% from 255) = 38.92%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=24.14%
G=38.92%
B=36.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342162050.3800.050.15171.9551.2568.63
Hex86D8CD2605Fac3345
Octal20633031546051725463105
Binary10000110110110001100110110011001011111101011001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,216,205); }

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

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

 a { background-color: rgb(134,216,205); }

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

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

 span { border-color: rgb(134,216,205); }

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