#8ADDCE

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

Shades of Riptide #8ADDCE

Tints of Riptide #8ADDCE

Color information

#8ADDCE (or 0x8ADDCE) is unknown color: approx Riptide. HEX triplet: 8A, DD and CE. RGB value is (138,221,206). Sum of RGB (Red+Green+Blue) = 138+221+206=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDCE is #752231. Grayscale: #C2C2C2. Windows color (decimal): -7676466 or 13557130. OLE color: 13557130.

HSL color Cylindrical-coordinate representation of color #8ADDCE: hue angle of 169.16º 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 #8ADDCE is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB138221206-
CMYK0.3800.070.13
HSL169.16º54.97%70.39%-
HSV(B)169.16º37.56%86.67%-
XYZ47.4861.5767.77-
YUV194.47134.587.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.42%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=24.42%
G=39.12%
B=36.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382212060.3800.070.13169.1654.9770.39
Hex8ADDCE2607Da93746
Octal21233531646071525167106
Binary10001010110111011100111010011001111101101010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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