#93d8cd

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

Shades of Riptide #93D8CD

Tints of Riptide #93D8CD

Color information

#93D8CD (or 0x93D8CD) is unknown color: approx Riptide. HEX triplet: 93, D8 and CD. RGB value is (147,216,205). Sum of RGB (Red+Green+Blue) = 147+216+205=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #93D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D8CD is #6C2732. Grayscale: #C2C2C2. Windows color (decimal): -7087923 or 13490323. OLE color: 13490323.

HSL color Cylindrical-coordinate representation of color #93D8CD: hue angle of 170.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D8CD is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB147216205-
CMYK0.3200.050.15
HSL170.43º46.94%71.18%-
HSV(B)170.43º31.94%84.71%-
XYZ47.6159.7266.78-
YUV194.11134.1494.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.88%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=25.88%
G=38.03%
B=36.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472162050.3200.050.15170.4346.9471.18
Hex93D8CD2005Faa2f47
Octal22333031540051725257107
Binary10010011110110001100110110000001011111101010101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93d8cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93d8cd; }

 p { color: rgb(147,216,205); }

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

<style>
 a { background-color: #93d8cd; }

 a { background-color: rgb(147,216,205); }

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

<style>
 span { border-color: #93d8cd; }

 span { border-color: rgb(147,216,205); }

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