#8ADFCC

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

Shades of Riptide #8ADFCC

Tints of Riptide #8ADFCC

Color information

#8ADFCC (or 0x8ADFCC) is unknown color: approx Riptide. HEX triplet: 8A, DF and CC. RGB value is (138,223,204). Sum of RGB (Red+Green+Blue) = 138+223+204=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFCC is #752033. Grayscale: #C3C3C3. Windows color (decimal): -7675956 or 13426570. OLE color: 13426570.

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

Color convert

RGB138223204-
CMYK0.3800.090.13
HSL166.59º57.05%70.78%-
HSV(B)166.59º38.12%87.45%-
XYZ47.7762.5466.68-
YUV195.42132.8487.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.42%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=24.42%
G=39.47%
B=36.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382232040.3800.090.13166.5957.0570.78
Hex8ADFCC2609Da73947
Octal212337314460111524771107
Binary100010101101111111001100100110010011101101001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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