#8DEBE0

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

Shades of Riptide #8DEBE0

Tints of Riptide #8DEBE0

Color information

#8DEBE0 (or 0x8DEBE0) is unknown color: approx Riptide. HEX triplet: 8D, EB and E0. RGB value is (141,235,224). Sum of RGB (Red+Green+Blue) = 141+235+224=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBE0 is #72141F. Grayscale: #CDCDCD. Windows color (decimal): -7476256 or 14740365. OLE color: 14740365.

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

Color convert

RGB141235224-
CMYK0.400.050.08
HSL172.98º70.15%73.73%-
HSV(B)172.98º40%92.16%-
XYZ54.1570.4681.27-
YUV205.64138.3681.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.5%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=23.5%
G=39.17%
B=37.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412352240.400.050.08172.9870.1573.73
Hex8DEBE028058ad464a
Octal215353340500510255106112
Binary100011011110101111100000101000010110001010110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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