#8DD2CE

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

Shades of Riptide #8DD2CE

Tints of Riptide #8DD2CE

Color information

#8DD2CE (or 0x8DD2CE) is unknown color: approx Riptide. HEX triplet: 8D, D2 and CE. RGB value is (141,210,206). Sum of RGB (Red+Green+Blue) = 141+210+206=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD2CE is #722D31. Grayscale: #BCBCBC. Windows color (decimal): -7482674 or 13554317. OLE color: 13554317.

HSL color Cylindrical-coordinate representation of color #8DD2CE: hue angle of 176.52º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD2CE is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB141210206-
CMYK0.3300.020.18
HSL176.52º43.4%68.82%-
HSV(B)176.52º32.86%82.35%-
XYZ45.1756.2166.86-
YUV188.91137.6493.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=25.31%
G=37.70%
B=36.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412102060.3300.020.18176.5243.468.82
Hex8DD2CE210212b12b45
Octal21532231641022226153105
Binary10001101110100101100111010000101010010101100011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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