#8ADED9

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

Shades of Riptide #8ADED9

Tints of Riptide #8ADED9

Color information

#8ADED9 (or 0x8ADED9) is unknown color: approx Riptide. HEX triplet: 8A, DE and D9. RGB value is (138,222,217). Sum of RGB (Red+Green+Blue) = 138+222+217=577 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.92% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADED9 is #752126. Grayscale: #C4C4C4. Windows color (decimal): -7676199 or 14278282. OLE color: 14278282.

HSL color Cylindrical-coordinate representation of color #8ADED9: hue angle of 176.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADED9 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB138222217-
CMYK0.3800.020.13
HSL176.43º56%70.59%-
HSV(B)176.43º37.84%87.06%-
XYZ49.1362.6675.15-
YUV196.31139.6786.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.92%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=23.92%
G=38.47%
B=37.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382222170.3800.020.13176.435670.59
Hex8ADED92602Db03847
Octal21233633146021526070107
Binary1000101011011110110110011001100101101101100001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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