#8AE1DE

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

Shades of Riptide #8AE1DE

Tints of Riptide #8AE1DE

Color information

#8AE1DE (or 0x8AE1DE) is unknown color: approx Riptide. HEX triplet: 8A, E1 and DE. RGB value is (138,225,222). Sum of RGB (Red+Green+Blue) = 138+225+222=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1DE is #751E21. Grayscale: #C6C6C6. Windows color (decimal): -7675426 or 14606730. OLE color: 14606730.

HSL color Cylindrical-coordinate representation of color #8AE1DE: hue angle of 177.93º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE1DE is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB138225222-
CMYK0.3900.010.12
HSL177.93º59.18%71.18%-
HSV(B)177.93º38.67%88.24%-
XYZ50.5964.5378.9-
YUV198.64141.1884.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.59%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=23.59%
G=38.46%
B=37.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382252220.3900.010.12177.9359.1871.18
Hex8AE1DE2701Cb23b47
Octal21234133647011426273107
Binary100010101110000111011110100111011100101100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,225,222); }

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

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

 a { background-color: rgb(138,225,222); }

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

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

 span { border-color: rgb(138,225,222); }

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