#8DD7CF

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

Shades of Riptide #8DD7CF

Tints of Riptide #8DD7CF

Color information

#8DD7CF (or 0x8DD7CF) is unknown color: approx Riptide. HEX triplet: 8D, D7 and CF. RGB value is (141,215,207). Sum of RGB (Red+Green+Blue) = 141+215+207=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD7CF is #722830. Grayscale: #BFBFBF. Windows color (decimal): -7481393 or 13621133. OLE color: 13621133.

HSL color Cylindrical-coordinate representation of color #8DD7CF: hue angle of 173.51º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD7CF is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB141215207-
CMYK0.3400.040.16
HSL173.51º48.05%69.8%-
HSV(B)173.51º34.42%84.31%-
XYZ46.5558.7767.92-
YUV191.96136.4891.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=25.04%
G=38.19%
B=36.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412152070.3400.040.16173.5148.0569.8
Hex8DD7CF220410ae3046
Octal21532731742042025660106
Binary100011011101011111001111100010010010000101011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,215,207); }

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

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

 a { background-color: rgb(141,215,207); }

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

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

 span { border-color: rgb(141,215,207); }

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