#86D5CE

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

Shades of Riptide #86D5CE

Tints of Riptide #86D5CE

Color information

#86D5CE (or 0x86D5CE) is unknown color: approx Riptide. HEX triplet: 86, D5 and CE. RGB value is (134,213,206). Sum of RGB (Red+Green+Blue) = 134+213+206=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D5CE is #792A31. Grayscale: #BCBCBC. Windows color (decimal): -7940658 or 13555078. OLE color: 13555078.

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

Color convert

RGB134213206-
CMYK0.3700.030.16
HSL174.68º48.47%68.04%-
HSV(B)174.68º37.09%83.53%-
XYZ44.7757.1167.06-
YUV188.58137.8389.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.23%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=24.23%
G=38.52%
B=37.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342132060.3700.030.16174.6848.4768.04
Hex86D5CE250310af3044
Octal20632531645032025760104
Binary10000110110101011100111010010101110000101011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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