#8EDDCF

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

Shades of Riptide #8EDDCF

Tints of Riptide #8EDDCF

Color information

#8EDDCF (or 0x8EDDCF) is unknown color: approx Riptide. HEX triplet: 8E, DD and CF. RGB value is (142,221,207). Sum of RGB (Red+Green+Blue) = 142+221+207=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDCF is #712230. Grayscale: #C3C3C3. Windows color (decimal): -7414321 or 13622670. OLE color: 13622670.

HSL color Cylindrical-coordinate representation of color #8EDDCF: hue angle of 169.37º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDCF is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB142221207-
CMYK0.3600.060.13
HSL169.37º53.74%71.18%-
HSV(B)169.37º35.75%86.67%-
XYZ48.2761.9768.45-
YUV195.78134.3389.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=24.91%
G=38.77%
B=36.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422212070.3600.060.13169.3753.7471.18
Hex8EDDCF2406Da93647
Octal21633531744061525166107
Binary10001110110111011100111110010001101101101010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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