#8AEBD8

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

Shades of Riptide #8AEBD8

Tints of Riptide #8AEBD8

Color information

#8AEBD8 (or 0x8AEBD8) is unknown color: approx Riptide. HEX triplet: 8A, EB and D8. RGB value is (138,235,216). Sum of RGB (Red+Green+Blue) = 138+235+216=589 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.43% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBD8 is #751427. Grayscale: #CBCBCB. Windows color (decimal): -7672872 or 14216074. OLE color: 14216074.

HSL color Cylindrical-coordinate representation of color #8AEBD8: hue angle of 168.25º degrees, saturation: 0.71, 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 #8AEBD8 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB138235216-
CMYK0.4100.080.08
HSL168.25º70.8%73.14%-
HSV(B)168.25º41.28%92.16%-
XYZ52.5869.7875.66-
YUV203.83134.8681.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.43%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=23.43%
G=39.90%
B=36.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382352160.4100.080.08168.2570.873.14
Hex8AEBD829088a84749
Octal2123533305101010250107111
Binary1000101011101011110110001010010100010001010100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,216); }

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

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

 a { background-color: rgb(138,235,216); }

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

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

 span { border-color: rgb(138,235,216); }

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