Html Css Color HEX #8EDCCD Riptide

📋 copy color: '#8EDCCD'

red 142 ◦ green 220 ◦ blue 205

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

Shades of Riptide #8EDCCD

Tints of Riptide #8EDCCD

RGB

 RED value IS 142 (55.86% from 255) = 25.04%

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 25.04%
G = 38.8%
B = 36.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#8EDCCD (or 0x8EDCCD) is known color: Riptide. HEX triplet: 8E, DC and CD. RGB value is (142,220,205). Sum of RGB (Red+Green+Blue) = 142+220+205=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCCD is #712332. Grayscale: #C2C2C2. Windows color (decimal): -7414579 or 13491342. OLE color: 13491342.

HSL color Cylindrical-coordinate representation of color #8EDCCD: hue angle of 168.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCCD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 205 -
CMYK 0.35 0 0.07 0.14
HSL 168.46º 0.53% 0.71% -
HSV(B) 168.46º 0.35% 0.86% -
XYZ 47.77 61.34 67.08 -
YUV 194.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 142 220 205 0.35 0 0.07 0.14 168.46 0.53 0.71
Hex 8E DC CD 23 0 7 E A8 35 47
Octal 216 334 315 43 0 7 16 250 65 107
Binary 10001110 11011100 11001101 100011 0 111 1110 10101000 110101 1000111

Color Harmonies of #8EDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCCD

Black with #8EDCCD

Text Example


Text Example

White with #8EDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,205); }

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

background-color css

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

 a { background-color: rgb(142,220,205); }

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

border-color css

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

 span { border-color: rgb(142,220,205); }

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