#8AD7CE

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

Shades of Riptide #8AD7CE

Tints of Riptide #8AD7CE

Color information

#8AD7CE (or 0x8AD7CE) is unknown color: approx Riptide. HEX triplet: 8A, D7 and CE. RGB value is (138,215,206). Sum of RGB (Red+Green+Blue) = 138+215+206=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD7CE is #752831. Grayscale: #BEBEBE. Windows color (decimal): -7678002 or 13555594. OLE color: 13555594.

HSL color Cylindrical-coordinate representation of color #8AD7CE: hue angle of 172.99º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD7CE is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB138215206-
CMYK0.3600.040.16
HSL172.99º49.04%69.22%-
HSV(B)172.99º35.81%84.31%-
XYZ45.9258.4667.26-
YUV190.95136.4990.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.69%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=24.69%
G=38.46%
B=36.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382152060.3600.040.16172.9949.0469.22
Hex8AD7CE240410ad3145
Octal21232731644042025561105
Binary100010101101011111001110100100010010000101011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,215,206); }

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

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

 a { background-color: rgb(138,215,206); }

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

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

 span { border-color: rgb(138,215,206); }

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