#8AEAD5

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

Shades of Riptide #8AEAD5

Tints of Riptide #8AEAD5

Color information

#8AEAD5 (or 0x8AEAD5) is unknown color: approx Riptide. HEX triplet: 8A, EA and D5. RGB value is (138,234,213). Sum of RGB (Red+Green+Blue) = 138+234+213=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEAD5 is #75152A. Grayscale: #CACACA. Windows color (decimal): -7673131 or 14019210. OLE color: 14019210.

HSL color Cylindrical-coordinate representation of color #8AEAD5: hue angle of 166.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEAD5 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB138234213-
CMYK0.4100.090.08
HSL166.88º69.57%72.94%-
HSV(B)166.88º41.03%91.76%-
XYZ51.9169.0573.54-
YUV202.9133.781.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.59%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=23.59%
G=40%
B=36.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382342130.4100.090.08166.8869.5772.94
Hex8AEAD529098a74649
Octal2123523255101110247106111
Binary1000101011101010110101011010010100110001010011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,234,213); }

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

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

 a { background-color: rgb(138,234,213); }

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

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

 span { border-color: rgb(138,234,213); }

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