#8DD2CF

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

Shades of Riptide #8DD2CF

Tints of Riptide #8DD2CF

Color information

#8DD2CF (or 0x8DD2CF) is unknown color: approx Riptide. HEX triplet: 8D, D2 and CF. RGB value is (141,210,207). Sum of RGB (Red+Green+Blue) = 141+210+207=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD2CF is #722D30. Grayscale: #BCBCBC. Windows color (decimal): -7482673 or 13619853. OLE color: 13619853.

HSL color Cylindrical-coordinate representation of color #8DD2CF: hue angle of 177.39º 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 #8DD2CF is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB141210207-
CMYK0.3300.010.18
HSL177.39º43.4%68.82%-
HSV(B)177.39º32.86%82.35%-
XYZ45.2956.2667.5-
YUV189.03138.1493.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.27%
GREEN value IS 210 (82.42% from 255) = 37.63%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=25.27%
G=37.63%
B=37.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412102070.3300.010.18177.3943.468.82
Hex8DD2CF210112b12b45
Octal21532231741012226153105
Binary1000110111010010110011111000010110010101100011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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