#8ADCCF

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

Shades of Riptide #8ADCCF

Tints of Riptide #8ADCCF

Color information

#8ADCCF (or 0x8ADCCF) is unknown color: approx Riptide. HEX triplet: 8A, DC and CF. RGB value is (138,220,207). Sum of RGB (Red+Green+Blue) = 138+220+207=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCCF is #752330. Grayscale: #C1C1C1. Windows color (decimal): -7676721 or 13622410. OLE color: 13622410.

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

Color convert

RGB138220207-
CMYK0.3700.060.14
HSL170.49º53.95%70.2%-
HSV(B)170.49º37.27%86.27%-
XYZ47.3461.0968.33-
YUV194135.3388.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.42%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=24.42%
G=38.94%
B=36.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382202070.3700.060.14170.4953.9570.2
Hex8ADCCF2506Eaa3646
Octal21233431745061625266106
Binary10001010110111001100111110010101101110101010101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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