#86CDCC

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

Shades of Riptide #86CDCC

Tints of Riptide #86CDCC

Color information

#86CDCC (or 0x86CDCC) is unknown color: approx Riptide. HEX triplet: 86, CD and CC. RGB value is (134,205,204). Sum of RGB (Red+Green+Blue) = 134+205+204=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDCC is #793233. Grayscale: #B7B7B7. Windows color (decimal): -7942708 or 13421958. OLE color: 13421958.

HSL color Cylindrical-coordinate representation of color #86CDCC: hue angle of 179.15º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CDCC is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB134205204-
CMYK0.3500.000.20
HSL179.15º41.52%66.47%-
HSV(B)179.15º34.63%80.39%-
XYZ42.5653.0965.13-
YUV183.66139.4892.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=24.68%
G=37.75%
B=37.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342052040.3500.000.20179.1541.5266.47
Hex86CDCC230014b32a42
Octal20631531443002426352102
Binary1000011011001101110011001000110010100101100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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