#86D9CC

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

Shades of Riptide #86D9CC

Tints of Riptide #86D9CC

Color information

#86D9CC (or 0x86D9CC) is unknown color: approx Riptide. HEX triplet: 86, D9 and CC. RGB value is (134,217,204). Sum of RGB (Red+Green+Blue) = 134+217+204=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #86D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D9CC is #792633. Grayscale: #BEBEBE. Windows color (decimal): -7939636 or 13425030. OLE color: 13425030.

HSL color Cylindrical-coordinate representation of color #86D9CC: hue angle of 170.6º degrees, saturation: 0.52, 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 #86D9CC is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB134217204-
CMYK0.3800.060.15
HSL170.6º52.2%68.82%-
HSV(B)170.6º38.25%85.1%-
XYZ45.5459.0566.12-
YUV190.7135.587.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=24.14%
G=39.10%
B=36.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342172040.3800.060.15170.652.268.82
Hex86D9CC2606Fab3445
Octal20633131446061725364105
Binary10000110110110011100110010011001101111101010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,217,204); }

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

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

 a { background-color: rgb(134,217,204); }

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

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

 span { border-color: rgb(134,217,204); }

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