#86D5CC

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

Shades of Riptide #86D5CC

Tints of Riptide #86D5CC

Color information

#86D5CC (or 0x86D5CC) is unknown color: approx Riptide. HEX triplet: 86, D5 and CC. RGB value is (134,213,204). Sum of RGB (Red+Green+Blue) = 134+213+204=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D5CC is #792A33. Grayscale: #BCBCBC. Windows color (decimal): -7940660 or 13424006. OLE color: 13424006.

HSL color Cylindrical-coordinate representation of color #86D5CC: hue angle of 173.16º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D5CC is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB134213204-
CMYK0.3700.040.16
HSL173.16º48.47%68.04%-
HSV(B)173.16º37.09%83.53%-
XYZ44.5257.0265.79-
YUV188.35136.8389.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.32%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=24.32%
G=38.66%
B=37.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342132040.3700.040.16173.1648.4768.04
Hex86D5CC250410ad3044
Octal20632531445042025560104
Binary100001101101010111001100100101010010000101011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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