#8DEBDD

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

Shades of Riptide #8DEBDD

Tints of Riptide #8DEBDD

Color information

#8DEBDD (or 0x8DEBDD) is unknown color: approx Riptide. HEX triplet: 8D, EB and DD. RGB value is (141,235,221). Sum of RGB (Red+Green+Blue) = 141+235+221=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBDD is #721422. Grayscale: #CDCDCD. Windows color (decimal): -7476259 or 14543757. OLE color: 14543757.

HSL color Cylindrical-coordinate representation of color #8DEBDD: hue angle of 171.06º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBDD is Cyan = 0.4, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB141235221-
CMYK0.400.060.08
HSL171.06º70.15%73.73%-
HSV(B)171.06º40%92.16%-
XYZ53.7470.379.14-
YUV205.3136.8682.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.62%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=23.62%
G=39.36%
B=37.02%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412352210.400.060.08171.0670.1573.73
Hex8DEBDD28068ab464a
Octal215353335500610253106112
Binary100011011110101111011101101000011010001010101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,235,221); }

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

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

 a { background-color: rgb(141,235,221); }

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

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

 span { border-color: rgb(141,235,221); }

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