#8DD3C9

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

Shades of Riptide #8DD3C9

Tints of Riptide #8DD3C9

Color information

#8DD3C9 (or 0x8DD3C9) is unknown color: approx Riptide. HEX triplet: 8D, D3 and C9. RGB value is (141,211,201). Sum of RGB (Red+Green+Blue) = 141+211+201=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD3C9 is #722C36. Grayscale: #BCBCBC. Windows color (decimal): -7482423 or 13226893. OLE color: 13226893.

HSL color Cylindrical-coordinate representation of color #8DD3C9: hue angle of 171.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD3C9 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB141211201-
CMYK0.3300.050.17
HSL171.43º44.3%69.02%-
HSV(B)171.43º33.18%82.75%-
XYZ44.8256.4763.8-
YUV188.93134.8193.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 211 (82.81% from 255) = 38.16%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=25.50%
G=38.16%
B=36.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412112010.3300.050.17171.4344.369.02
Hex8DD3C9210511ab2c45
Octal21532331141052125354105
Binary100011011101001111001001100001010110001101010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,211,201); }

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

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

 a { background-color: rgb(141,211,201); }

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

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

 span { border-color: rgb(141,211,201); }

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