#93EADD

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

Shades of Riptide #93EADD

Tints of Riptide #93EADD

Color information

#93EADD (or 0x93EADD) is unknown color: approx Riptide. HEX triplet: 93, EA and DD. RGB value is (147,234,221). Sum of RGB (Red+Green+Blue) = 147+234+221=602 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.42% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #93EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EADD is #6C1522. Grayscale: #CECECE. Windows color (decimal): -7083299 or 14543507. OLE color: 14543507.

HSL color Cylindrical-coordinate representation of color #93EADD: hue angle of 171.03º 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 #93EADD is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB147234221-
CMYK0.3700.060.08
HSL171.03º67.44%74.71%-
HSV(B)171.03º37.18%91.76%-
XYZ54.5170.2779.1-
YUV206.5136.1885.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.42%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=24.42%
G=38.87%
B=36.71%

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
Decimal1472342210.3700.060.08171.0367.4474.71
Hex93EADD25068ab434b
Octal223352335450610253103113
Binary100100111110101011011101100101011010001010101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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