Html Css Color HEX #8DDFD6 Riptide

📋 copy color: '#8DDFD6'

red 141 ◦ green 223 ◦ blue 214

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

Shades of Riptide #8DDFD6

Tints of Riptide #8DDFD6

RGB

 RED value IS 141 (55.47% from 255) = 24.39%

 GREEN value IS 223 (87.5% from 255) = 38.58%

 BLUE value IS 214 (83.98% from 255) = 37.02%

R = 24.39%
G = 38.58%
B = 37.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#8DDFD6 (or 0x8DDFD6) is known color: Riptide. HEX triplet: 8D, DF and D6. RGB value is (141,223,214). Sum of RGB (Red+Green+Blue) = 141+223+214=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDFD6 is #722029. Grayscale: #C5C5C5. Windows color (decimal): -7479338 or 14081933. OLE color: 14081933.

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

Color convert

RGB 141 223 214 -
CMYK 0.37 0 0.04 0.13
HSL 173.41º 0.56% 0.71% -
HSV(B) 173.41º 0.37% 0.87% -
XYZ 49.51 63.29 73.23 -
YUV 197.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 141 223 214 0.37 0 0.04 0.13 173.41 0.56 0.71
Hex 8D DF D6 25 0 4 D AD 38 47
Octal 215 337 326 45 0 4 15 255 70 107
Binary 10001101 11011111 11010110 100101 0 100 1101 10101101 111000 1000111

Color Harmonies of #8DDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDFD6

Black with #8DDFD6

Text Example


Text Example

White with #8DDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,223,214); }

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

background-color css

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

 a { background-color: rgb(141,223,214); }

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

border-color css

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

 span { border-color: rgb(141,223,214); }

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