#86D6CC

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

Shades of Riptide #86D6CC

Tints of Riptide #86D6CC

Color information

#86D6CC (or 0x86D6CC) is unknown color: approx Riptide. HEX triplet: 86, D6 and CC. RGB value is (134,214,204). Sum of RGB (Red+Green+Blue) = 134+214+204=552 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.28% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6CC is #792933. Grayscale: #BCBCBC. Windows color (decimal): -7940404 or 13424262. OLE color: 13424262.

HSL color Cylindrical-coordinate representation of color #86D6CC: hue angle of 172.5º degrees, saturation: 0.49, 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 #86D6CC is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB134214204-
CMYK0.3700.050.16
HSL172.5º49.38%68.24%-
HSV(B)172.5º37.38%83.92%-
XYZ44.7857.5265.87-
YUV188.94136.588.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.28%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=24.28%
G=38.77%
B=36.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342142040.3700.050.16172.549.3868.24
Hex86D6CC250510ac3144
Octal20632631445052025461104
Binary100001101101011011001100100101010110000101011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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