#86DDD6

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

Shades of Riptide #86DDD6

Tints of Riptide #86DDD6

Color information

#86DDD6 (or 0x86DDD6) is unknown color: approx Riptide. HEX triplet: 86, DD and D6. RGB value is (134,221,214). Sum of RGB (Red+Green+Blue) = 134+221+214=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDD6 is #792229. Grayscale: #C2C2C2. Windows color (decimal): -7938602 or 14081414. OLE color: 14081414.

HSL color Cylindrical-coordinate representation of color #86DDD6: hue angle of 175.17º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDD6 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB134221214-
CMYK0.3900.030.13
HSL175.17º56.13%69.61%-
HSV(B)175.17º39.37%86.67%-
XYZ47.8361.6472.99-
YUV194.19139.1885.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.55%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 214 (83.98% from 255) = 37.61%
R=23.55%
G=38.84%
B=37.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342212140.3900.030.13175.1756.1369.61
Hex86DDD62703Daf3846
Octal20633532647031525770106
Binary1000011011011101110101101001110111101101011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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