Html Css Color HEX #8ADCD5 Riptide

📋 copy color: '#8ADCD5'

red 138 ◦ green 220 ◦ blue 213

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

Shades of Riptide #8ADCD5

Tints of Riptide #8ADCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 24.17%
G = 38.53%
B = 37.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#8ADCD5 (or 0x8ADCD5) is known color: Riptide. HEX triplet: 8A, DC and D5. RGB value is (138,220,213). Sum of RGB (Red+Green+Blue) = 138+220+213=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCD5 is #75232A. Grayscale: #C2C2C2. Windows color (decimal): -7676715 or 14015626. OLE color: 14015626.

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

Color convert

RGB 138 220 213 -
CMYK 0.37 0 0.03 0.14
HSL 174.88º 0.54% 0.7% -
HSV(B) 174.88º 0.37% 0.86% -
XYZ 48.08 61.39 72.27 -
YUV 194.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 138 220 213 0.37 0 0.03 0.14 174.88 0.54 0.7
Hex 8A DC D5 25 0 3 E AF 36 46
Octal 212 334 325 45 0 3 16 257 66 106
Binary 10001010 11011100 11010101 100101 0 11 1110 10101111 110110 1000110

Color Harmonies of #8ADCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCD5

Black with #8ADCD5

Text Example


Text Example

White with #8ADCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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