#8EDCCF

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

Shades of Riptide #8EDCCF

Tints of Riptide #8EDCCF

Color information

#8EDCCF (or 0x8EDCCF) is unknown color: approx Riptide. HEX triplet: 8E, DC and CF. RGB value is (142,220,207). Sum of RGB (Red+Green+Blue) = 142+220+207=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCCF is #712330. Grayscale: #C3C3C3. Windows color (decimal): -7414577 or 13622414. OLE color: 13622414.

HSL color Cylindrical-coordinate representation of color #8EDCCF: hue angle of 170º degrees, saturation: 0.53, 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 #8EDCCF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB142220207-
CMYK0.3500.060.14
HSL170º52.7%70.98%-
HSV(B)170º35.45%86.27%-
XYZ48.0161.4468.36-
YUV195.2134.6690.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=24.96%
G=38.66%
B=36.38%

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
Decimal1422202070.3500.060.1417052.770.98
Hex8EDCCF2306Eaa3547
Octal21633431743061625265107
Binary10001110110111001100111110001101101110101010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,207); }

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

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

 a { background-color: rgb(142,220,207); }

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

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

 span { border-color: rgb(142,220,207); }

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