#8ADCD3

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

Shades of Riptide #8ADCD3

Tints of Riptide #8ADCD3

Color information

#8ADCD3 (or 0x8ADCD3) is unknown color: approx Riptide. HEX triplet: 8A, DC and D3. RGB value is (138,220,211). Sum of RGB (Red+Green+Blue) = 138+220+211=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCD3 is #75232C. Grayscale: #C2C2C2. Windows color (decimal): -7676717 or 13884554. OLE color: 13884554.

HSL color Cylindrical-coordinate representation of color #8ADCD3: hue angle of 173.41º 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 #8ADCD3 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB138220211-
CMYK0.3700.040.14
HSL173.41º53.95%70.2%-
HSV(B)173.41º37.27%86.27%-
XYZ47.8361.2970.94-
YUV194.46137.3387.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.25%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=24.25%
G=38.66%
B=37.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382202110.3700.040.14173.4153.9570.2
Hex8ADCD32504Ead3646
Octal21233432345041625566106
Binary10001010110111001101001110010101001110101011011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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