#8AD8CE

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

Shades of Riptide #8AD8CE

Tints of Riptide #8AD8CE

Color information

#8AD8CE (or 0x8AD8CE) is unknown color: approx Riptide. HEX triplet: 8A, D8 and CE. RGB value is (138,216,206). Sum of RGB (Red+Green+Blue) = 138+216+206=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD8CE is #752731. Grayscale: #BFBFBF. Windows color (decimal): -7677746 or 13555850. OLE color: 13555850.

HSL color Cylindrical-coordinate representation of color #8AD8CE: hue angle of 172.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD8CE is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB138216206-
CMYK0.3600.050.15
HSL172.31º50%69.41%-
HSV(B)172.31º36.11%84.71%-
XYZ46.1858.9767.34-
YUV191.54136.1689.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.64%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=24.64%
G=38.57%
B=36.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382162060.3600.050.15172.315069.41
Hex8AD8CE2405Fac3245
Octal21233031644051725462105
Binary10001010110110001100111010010001011111101011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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