#8DDCD6

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

Shades of Riptide #8DDCD6

Tints of Riptide #8DDCD6

Color information

#8DDCD6 (or 0x8DDCD6) is unknown color: approx Riptide. HEX triplet: 8D, DC and D6. RGB value is (141,220,214). Sum of RGB (Red+Green+Blue) = 141+220+214=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCD6 is #722329. Grayscale: #C3C3C3. Windows color (decimal): -7480106 or 14081165. OLE color: 14081165.

HSL color Cylindrical-coordinate representation of color #8DDCD6: hue angle of 175.44º degrees, saturation: 0.53, 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 #8DDCD6 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB141220214-
CMYK0.3600.030.14
HSL175.44º53.02%70.78%-
HSV(B)175.44º35.91%86.27%-
XYZ48.7261.772.96-
YUV195.7138.3388.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.52%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 214 (83.98% from 255) = 37.22%
R=24.52%
G=38.26%
B=37.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412202140.3600.030.14175.4453.0270.78
Hex8DDCD62403Eaf3547
Octal21533432644031625765107
Binary1000110111011100110101101001000111110101011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,214); }

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

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

 a { background-color: rgb(141,220,214); }

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

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

 span { border-color: rgb(141,220,214); }

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