#86CECC

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

Shades of Riptide #86CECC

Tints of Riptide #86CECC

Color information

#86CECC (or 0x86CECC) is unknown color: approx Riptide. HEX triplet: 86, CE and CC. RGB value is (134,206,204). Sum of RGB (Red+Green+Blue) = 134+206+204=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #86CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CECC is #793133. Grayscale: #B8B8B8. Windows color (decimal): -7942452 or 13422214. OLE color: 13422214.

HSL color Cylindrical-coordinate representation of color #86CECC: hue angle of 178.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CECC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB134206204-
CMYK0.3500.010.19
HSL178.33º42.35%66.67%-
HSV(B)178.33º34.95%80.78%-
XYZ42.853.5765.21-
YUV184.24139.1592.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=24.63%
G=37.87%
B=37.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1342062040.3500.010.19178.3342.3566.67
Hex86CECC230113b22a43
Octal20631631443012326252103
Binary1000011011001110110011001000110110011101100101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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