#8AEBD2

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

Shades of Riptide #8AEBD2

Tints of Riptide #8AEBD2

Color information

#8AEBD2 (or 0x8AEBD2) is unknown color: approx Riptide. HEX triplet: 8A, EB and D2. RGB value is (138,235,210). Sum of RGB (Red+Green+Blue) = 138+235+210=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBD2 is #75142D. Grayscale: #CBCBCB. Windows color (decimal): -7672878 or 13822858. OLE color: 13822858.

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

Color convert

RGB138235210-
CMYK0.4100.110.08
HSL164.54º70.8%73.14%-
HSV(B)164.54º41.28%92.16%-
XYZ51.8269.4771.65-
YUV203.15131.8681.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=23.67%
G=40.31%
B=36.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382352100.4100.110.08164.5470.873.14
Hex8AEBD2290B8a54749
Octal2123533225101310245107111
Binary1000101011101011110100101010010101110001010010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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