#8ADCD8

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

Shades of Riptide #8ADCD8

Tints of Riptide #8ADCD8

Color information

#8ADCD8 (or 0x8ADCD8) is unknown color: approx Riptide. HEX triplet: 8A, DC and D8. RGB value is (138,220,216). Sum of RGB (Red+Green+Blue) = 138+220+216=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCD8 is #752327. Grayscale: #C2C2C2. Windows color (decimal): -7676712 or 14212234. OLE color: 14212234.

HSL color Cylindrical-coordinate representation of color #8ADCD8: hue angle of 177.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCD8 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB138220216-
CMYK0.3700.020.14
HSL177.07º53.95%70.2%-
HSV(B)177.07º37.27%86.27%-
XYZ48.4761.5574.29-
YUV195.03139.8387.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.04%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=24.04%
G=38.33%
B=37.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382202160.3700.020.14177.0753.9570.2
Hex8ADCD82502Eb13646
Octal21233433045021626166106
Binary1000101011011100110110001001010101110101100011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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