#8DDEDA

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

Shades of Riptide #8DDEDA

Tints of Riptide #8DDEDA

Color information

#8DDEDA (or 0x8DDEDA) is unknown color: approx Riptide. HEX triplet: 8D, DE and DA. RGB value is (141,222,218). Sum of RGB (Red+Green+Blue) = 141+222+218=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDEDA is #722125. Grayscale: #C5C5C5. Windows color (decimal): -7479590 or 14343821. OLE color: 14343821.

HSL color Cylindrical-coordinate representation of color #8DDEDA: hue angle of 177.04º degrees, saturation: 0.55, 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 #8DDEDA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB141222218-
CMYK0.3600.020.13
HSL177.04º55.1%71.18%-
HSV(B)177.04º36.49%87.06%-
XYZ49.7662.9775.86-
YUV197.32139.6687.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=24.27%
G=38.21%
B=37.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412222180.3600.020.13177.0455.171.18
Hex8DDEDA2402Db13747
Octal21533633244021526167107
Binary1000110111011110110110101001000101101101100011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,222,218); }

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

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

 a { background-color: rgb(141,222,218); }

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

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

 span { border-color: rgb(141,222,218); }

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