Html Css Color HEX #8DD8CC Riptide

📋 copy color: '#8DD8CC'

red 141 ◦ green 216 ◦ blue 204

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

Shades of Riptide #8DD8CC

Tints of Riptide #8DD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.5%

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

R = 25.13%
G = 38.5%
B = 36.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#8DD8CC (or 0x8DD8CC) is known color: Riptide. HEX triplet: 8D, D8 and CC. RGB value is (141,216,204). Sum of RGB (Red+Green+Blue) = 141+216+204=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8CC is #722733. Grayscale: #C0C0C0. Windows color (decimal): -7481140 or 13424781. OLE color: 13424781.

HSL color Cylindrical-coordinate representation of color #8DD8CC: hue angle of 170.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD8CC is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 216 204 -
CMYK 0.35 0 0.06 0.15
HSL 170.4º 0.49% 0.7% -
HSV(B) 170.4º 0.35% 0.85% -
XYZ 46.44 59.13 66.09 -
YUV 192.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 141 216 204 0.35 0 0.06 0.15 170.4 0.49 0.7
Hex 8D D8 CC 23 0 6 F AA 31 46
Octal 215 330 314 43 0 6 17 252 61 106
Binary 10001101 11011000 11001100 100011 0 110 1111 10101010 110001 1000110

Color Harmonies of #8DD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD8CC

Black with #8DD8CC

Text Example


Text Example

White with #8DD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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