#8ADDCC

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

Shades of Riptide #8ADDCC

Tints of Riptide #8ADDCC

Color information

#8ADDCC (or 0x8ADDCC) is unknown color: approx Riptide. HEX triplet: 8A, DD and CC. RGB value is (138,221,204). Sum of RGB (Red+Green+Blue) = 138+221+204=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDCC is #752233. Grayscale: #C2C2C2. Windows color (decimal): -7676468 or 13426058. OLE color: 13426058.

HSL color Cylindrical-coordinate representation of color #8ADDCC: hue angle of 167.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDCC is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB138221204-
CMYK0.3800.080.13
HSL167.71º54.97%70.39%-
HSV(B)167.71º37.56%86.67%-
XYZ47.2461.4866.5-
YUV194.24133.587.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=24.51%
G=39.25%
B=36.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382212040.3800.080.13167.7154.9770.39
Hex8ADDCC2608Da83746
Octal212335314460101525067106
Binary100010101101110111001100100110010001101101010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,221,204); }

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

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

 a { background-color: rgb(138,221,204); }

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

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

 span { border-color: rgb(138,221,204); }

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