#8DEBE1

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

Shades of Riptide #8DEBE1

Tints of Riptide #8DEBE1

Color information

#8DEBE1 (or 0x8DEBE1) is unknown color: approx Riptide. HEX triplet: 8D, EB and E1. RGB value is (141,235,225). Sum of RGB (Red+Green+Blue) = 141+235+225=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBE1 is #72141E. Grayscale: #CDCDCD. Windows color (decimal): -7476255 or 14805901. OLE color: 14805901.

HSL color Cylindrical-coordinate representation of color #8DEBE1: hue angle of 173.62º 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 #8DEBE1 is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB141235225-
CMYK0.400.040.08
HSL173.62º70.15%73.73%-
HSV(B)173.62º40%92.16%-
XYZ54.2870.5281.98-
YUV205.75138.8681.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.46%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=23.46%
G=39.10%
B=37.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412352250.400.040.08173.6270.1573.73
Hex8DEBE128048ae464a
Octal215353341500410256106112
Binary100011011110101111100001101000010010001010111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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