#93EADC

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

Shades of Riptide #93EADC

Tints of Riptide #93EADC

Color information

#93EADC (or 0x93EADC) is unknown color: approx Riptide. HEX triplet: 93, EA and DC. RGB value is (147,234,220). Sum of RGB (Red+Green+Blue) = 147+234+220=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #93EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EADC is #6C1523. Grayscale: #CECECE. Windows color (decimal): -7083300 or 14477971. OLE color: 14477971.

HSL color Cylindrical-coordinate representation of color #93EADC: hue angle of 170.34º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EADC is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB147234220-
CMYK0.3700.060.08
HSL170.34º67.44%74.71%-
HSV(B)170.34º37.18%91.76%-
XYZ54.3770.2278.4-
YUV206.39135.6885.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.46%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=24.46%
G=38.94%
B=36.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472342200.3700.060.08170.3467.4474.71
Hex93EADC25068aa434b
Octal223352334450610252103113
Binary100100111110101011011100100101011010001010101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,234,220); }

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

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

 a { background-color: rgb(147,234,220); }

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

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

 span { border-color: rgb(147,234,220); }

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