Html Css Color HEX #8ADCC6 Riptide

📋 copy color: '#8ADCC6'

red 138 ◦ green 220 ◦ blue 198

#8ADCC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #8ADCC6

Tints of Riptide #8ADCC6

RGB

 RED value IS 138 (54.3% from 255) = 24.82%

 GREEN value IS 220 (86.33% from 255) = 39.57%

 BLUE value IS 198 (77.73% from 255) = 35.61%

R = 24.82%
G = 39.57%
B = 35.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#8ADCC6 (or 0x8ADCC6) is known color: Riptide. HEX triplet: 8A, DC and C6. RGB value is (138,220,198). Sum of RGB (Red+Green+Blue) = 138+220+198=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCC6 is #752339. Grayscale: #C0C0C0. Windows color (decimal): -7676730 or 13032586. OLE color: 13032586.

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

Color convert

RGB 138 220 198 -
CMYK 0.37 0 0.1 0.14
HSL 163.9º 0.54% 0.7% -
HSV(B) 163.9º 0.37% 0.86% -
XYZ 46.27 60.67 62.7 -
YUV 192.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 138 220 198 0.37 0 0.1 0.14 163.9 0.54 0.7
Hex 8A DC C6 25 0 A E A4 36 46
Octal 212 334 306 45 0 12 16 244 66 106
Binary 10001010 11011100 11000110 100101 0 1010 1110 10100100 110110 1000110

Color Harmonies of #8ADCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCC6

Black with #8ADCC6

Text Example


Text Example

White with #8ADCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ADCC6;
 }
 .AnyTagClassName
 {
   color: #8ADCC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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