Html Css Color HEX #8ED8CB Riptide

📋 copy color: '#8ED8CB'

red 142 ◦ green 216 ◦ blue 203

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

Shades of Riptide #8ED8CB

Tints of Riptide #8ED8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 25.31%
G = 38.5%
B = 36.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#8ED8CB (or 0x8ED8CB) is known color: Riptide. HEX triplet: 8E, D8 and CB. RGB value is (142,216,203). Sum of RGB (Red+Green+Blue) = 142+216+203=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED8CB is #712734. Grayscale: #C0C0C0. Windows color (decimal): -7415605 or 13359246. OLE color: 13359246.

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

Color convert

RGB 142 216 203 -
CMYK 0.34 0 0.06 0.15
HSL 169.46º 0.49% 0.7% -
HSV(B) 169.46º 0.34% 0.85% -
XYZ 46.49 59.17 65.47 -
YUV 192.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 142 216 203 0.34 0 0.06 0.15 169.46 0.49 0.7
Hex 8E D8 CB 22 0 6 F A9 31 46
Octal 216 330 313 42 0 6 17 251 61 106
Binary 10001110 11011000 11001011 100010 0 110 1111 10101001 110001 1000110

Color Harmonies of #8ED8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED8CB

Black with #8ED8CB

Text Example


Text Example

White with #8ED8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,216,203); }

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

background-color css

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

 a { background-color: rgb(142,216,203); }

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

border-color css

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

 span { border-color: rgb(142,216,203); }

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