Html Css Color HEX #8EDFCB Riptide

📋 copy color: '#8EDFCB'

red 142 ◦ green 223 ◦ blue 203

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

Shades of Riptide #8EDFCB

Tints of Riptide #8EDFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.26%

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

R = 25%
G = 39.26%
B = 35.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#8EDFCB (or 0x8EDFCB) is known color: Riptide. HEX triplet: 8E, DF and CB. RGB value is (142,223,203). Sum of RGB (Red+Green+Blue) = 142+223+203=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFCB is #712034. Grayscale: #C4C4C4. Windows color (decimal): -7413813 or 13361038. OLE color: 13361038.

HSL color Cylindrical-coordinate representation of color #8EDFCB: hue angle of 165.19º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFCB is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 203 -
CMYK 0.36 0 0.09 0.13
HSL 165.19º 0.56% 0.72% -
HSV(B) 165.19º 0.36% 0.87% -
XYZ 48.32 62.84 66.08 -
YUV 196.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 142 223 203 0.36 0 0.09 0.13 165.19 0.56 0.72
Hex 8E DF CB 24 0 9 D A5 38 48
Octal 216 337 313 44 0 11 15 245 70 110
Binary 10001110 11011111 11001011 100100 0 1001 1101 10100101 111000 1001000

Color Harmonies of #8EDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFCB

Black with #8EDFCB

Text Example


Text Example

White with #8EDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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