Html Css Color HEX #8DD1CC Riptide

📋 copy color: '#8DD1CC'

red 141 ◦ green 209 ◦ blue 204

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

Shades of Riptide #8DD1CC

Tints of Riptide #8DD1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 25.45%
G = 37.73%
B = 36.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#8DD1CC (or 0x8DD1CC) is known color: Riptide. HEX triplet: 8D, D1 and CC. RGB value is (141,209,204). Sum of RGB (Red+Green+Blue) = 141+209+204=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD1CC is #722E33. Grayscale: #BCBCBC. Windows color (decimal): -7482932 or 13422989. OLE color: 13422989.

HSL color Cylindrical-coordinate representation of color #8DD1CC: hue angle of 175.59º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD1CC is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 209 204 -
CMYK 0.33 0 0.02 0.18
HSL 175.59º 0.43% 0.69% -
HSV(B) 175.59º 0.33% 0.82% -
XYZ 44.68 55.62 65.51 -
YUV 188.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 141 209 204 0.33 0 0.02 0.18 175.59 0.43 0.69
Hex 8D D1 CC 21 0 2 12 B0 2A 45
Octal 215 321 314 41 0 2 22 260 52 105
Binary 10001101 11010001 11001100 100001 0 10 10010 10110000 101010 1000101

Color Harmonies of #8DD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD1CC

Black with #8DD1CC

Text Example


Text Example

White with #8DD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,209,204); }

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

background-color css

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

 a { background-color: rgb(141,209,204); }

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

border-color css

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

 span { border-color: rgb(141,209,204); }

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