#8AD6CE

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

Shades of Riptide #8AD6CE

Tints of Riptide #8AD6CE

Color information

#8AD6CE (or 0x8AD6CE) is unknown color: approx Riptide. HEX triplet: 8A, D6 and CE. RGB value is (138,214,206). Sum of RGB (Red+Green+Blue) = 138+214+206=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD6CE is #752931. Grayscale: #BEBEBE. Windows color (decimal): -7678258 or 13555338. OLE color: 13555338.

HSL color Cylindrical-coordinate representation of color #8AD6CE: hue angle of 173.68º degrees, saturation: 0.48, 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 #8AD6CE is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB138214206-
CMYK0.3600.040.16
HSL173.68º48.1%69.02%-
HSV(B)173.68º35.51%83.92%-
XYZ45.6757.9567.17-
YUV190.36136.8290.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 214 (83.98% from 255) = 38.35%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=24.73%
G=38.35%
B=36.92%

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
Decimal1382142060.3600.040.16173.6848.169.02
Hex8AD6CE240410ae3045
Octal21232631644042025660105
Binary100010101101011011001110100100010010000101011101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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