#93ECDE

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

Shades of Riptide #93ECDE

Tints of Riptide #93ECDE

Color information

#93ECDE (or 0x93ECDE) is unknown color: approx Riptide. HEX triplet: 93, EC and DE. RGB value is (147,236,222). Sum of RGB (Red+Green+Blue) = 147+236+222=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECDE is #6C1321. Grayscale: #CFCFCF. Windows color (decimal): -7082786 or 14609555. OLE color: 14609555.

HSL color Cylindrical-coordinate representation of color #93ECDE: hue angle of 170.56º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ECDE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB147236222-
CMYK0.3800.060.07
HSL170.56º70.08%75.1%-
HSV(B)170.56º37.71%92.55%-
XYZ55.2171.4779.99-
YUV207.79136.0184.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.30%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=24.30%
G=39.01%
B=36.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472362220.3800.060.07170.5670.0875.1
Hex93ECDE26067ab464b
Octal22335433646067253106113
Binary10010011111011001101111010011001101111010101110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,236,222); }

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

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

 a { background-color: rgb(147,236,222); }

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

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

 span { border-color: rgb(147,236,222); }

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