Html Css Color HEX #8CDDCC Riptide

📋 copy color: '#8CDDCC'

red 140 ◦ green 221 ◦ blue 204

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

Shades of Riptide #8CDDCC

Tints of Riptide #8CDDCC

RGB

 RED value IS 140 (55.08% from 255) = 24.78%

 GREEN value IS 221 (86.72% from 255) = 39.12%

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

R = 24.78%
G = 39.12%
B = 36.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#8CDDCC (or 0x8CDDCC) is known color: Riptide. HEX triplet: 8C, DD and CC. RGB value is (140,221,204). Sum of RGB (Red+Green+Blue) = 140+221+204=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDCC is #732233. Grayscale: #C2C2C2. Windows color (decimal): -7545396 or 13426060. OLE color: 13426060.

HSL color Cylindrical-coordinate representation of color #8CDDCC: hue angle of 167.41º degrees, saturation: 0.54, 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 #8CDDCC is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 204 -
CMYK 0.37 0 0.08 0.13
HSL 167.41º 0.54% 0.71% -
HSV(B) 167.41º 0.37% 0.87% -
XYZ 47.57 61.65 66.52 -
YUV 194.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 140 221 204 0.37 0 0.08 0.13 167.41 0.54 0.71
Hex 8C DD CC 25 0 8 D A7 36 47
Octal 214 335 314 45 0 10 15 247 66 107
Binary 10001100 11011101 11001100 100101 0 1000 1101 10100111 110110 1000111

Color Harmonies of #8CDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDCC

Black with #8CDDCC

Text Example


Text Example

White with #8CDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,204); }

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

background-color css

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

 a { background-color: rgb(140,221,204); }

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

border-color css

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

 span { border-color: rgb(140,221,204); }

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