#8DD8CE

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

Shades of Riptide #8DD8CE

Tints of Riptide #8DD8CE

Color information

#8DD8CE (or 0x8DD8CE) is unknown color: approx Riptide. HEX triplet: 8D, D8 and CE. RGB value is (141,216,206). Sum of RGB (Red+Green+Blue) = 141+216+206=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8CE is #722731. Grayscale: #C0C0C0. Windows color (decimal): -7481138 or 13555853. OLE color: 13555853.

HSL color Cylindrical-coordinate representation of color #8DD8CE: hue angle of 172º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD8CE is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB141216206-
CMYK0.3500.050.15
HSL172º49.02%70%-
HSV(B)172º34.72%84.71%-
XYZ46.6859.2367.36-
YUV192.44135.6591.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=25.04%
G=38.37%
B=36.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412162060.3500.050.1517249.0270
Hex8DD8CE2305Fac3146
Octal21533031643051725461106
Binary10001101110110001100111010001101011111101011001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,206); }

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

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

 a { background-color: rgb(141,216,206); }

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

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

 span { border-color: rgb(141,216,206); }

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