Html Css Color HEX #8ADCD8 Riptide

📋 copy color: '#8ADCD8'

red 138 ◦ green 220 ◦ blue 216

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

Shades of Riptide #8ADCD8

Tints of Riptide #8ADCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.63%

R = 24.04%
G = 38.33%
B = 37.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#8ADCD8 (or 0x8ADCD8) is known color: Riptide. HEX triplet: 8A, DC and D8. RGB value is (138,220,216). Sum of RGB (Red+Green+Blue) = 138+220+216=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCD8 is #752327. Grayscale: #C2C2C2. Windows color (decimal): -7676712 or 14212234. OLE color: 14212234.

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

Color convert

RGB 138 220 216 -
CMYK 0.37 0 0.02 0.14
HSL 177.07º 0.54% 0.7% -
HSV(B) 177.07º 0.37% 0.86% -
XYZ 48.47 61.55 74.29 -
YUV 195.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 138 220 216 0.37 0 0.02 0.14 177.07 0.54 0.7
Hex 8A DC D8 25 0 2 E B1 36 46
Octal 212 334 330 45 0 2 16 261 66 106
Binary 10001010 11011100 11011000 100101 0 10 1110 10110001 110110 1000110

Color Harmonies of #8ADCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCD8

Black with #8ADCD8

Text Example


Text Example

White with #8ADCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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