#8EDBCD

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

Shades of Riptide #8EDBCD

Tints of Riptide #8EDBCD

Color information

#8EDBCD (or 0x8EDBCD) is unknown color: approx Riptide. HEX triplet: 8E, DB and CD. RGB value is (142,219,205). Sum of RGB (Red+Green+Blue) = 142+219+205=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBCD is #712432. Grayscale: #C2C2C2. Windows color (decimal): -7414835 or 13491086. OLE color: 13491086.

HSL color Cylindrical-coordinate representation of color #8EDBCD: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBCD is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB142219205-
CMYK0.3500.060.14
HSL169.09º51.68%70.78%-
HSV(B)169.09º35.16%85.88%-
XYZ47.5160.8266.99-
YUV194.38133.9990.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.09%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=25.09%
G=38.69%
B=36.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422192050.3500.060.14169.0951.6870.78
Hex8EDBCD2306Ea93447
Octal21633331543061625164107
Binary10001110110110111100110110001101101110101010011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,205); }

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

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

 a { background-color: rgb(142,219,205); }

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

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

 span { border-color: rgb(142,219,205); }

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