#8DDBC7

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

Shades of Riptide #8DDBC7

Tints of Riptide #8DDBC7

Color information

#8DDBC7 (or 0x8DDBC7) is unknown color: approx Riptide. HEX triplet: 8D, DB and C7. RGB value is (141,219,199). Sum of RGB (Red+Green+Blue) = 141+219+199=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBC7 is #722438. Grayscale: #C1C1C1. Windows color (decimal): -7480377 or 13097869. OLE color: 13097869.

HSL color Cylindrical-coordinate representation of color #8DDBC7: hue angle of 164.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDBC7 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB141219199-
CMYK0.3600.090.14
HSL164.62º52%70.59%-
HSV(B)164.62º35.62%85.88%-
XYZ46.6260.4563.24-
YUV193.4131.1690.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.22%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=25.22%
G=39.18%
B=35.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412191990.3600.090.14164.625270.59
Hex8DDBC72409Ea53447
Octal215333307440111624564107
Binary100011011101101111000111100100010011110101001011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDBC7; }

 p { color: rgb(141,219,199); }

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

<style>
 a { background-color: #8DDBC7; }

 a { background-color: rgb(141,219,199); }

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

<style>
 span { border-color: #8DDBC7; }

 span { border-color: rgb(141,219,199); }

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