Html Css Color HEX #8EDBD3 Riptide

📋 copy color: '#8EDBD3'

red 142 ◦ green 219 ◦ blue 211

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

Shades of Riptide #8EDBD3

Tints of Riptide #8EDBD3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

 BLUE value IS 211 (82.81% from 255) = 36.89%

R = 24.83%
G = 38.29%
B = 36.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#8EDBD3 (or 0x8EDBD3) is known color: Riptide. HEX triplet: 8E, DB and D3. RGB value is (142,219,211). Sum of RGB (Red+Green+Blue) = 142+219+211=572 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.83% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBD3 is #71242C. Grayscale: #C3C3C3. Windows color (decimal): -7414829 or 13884302. OLE color: 13884302.

HSL color Cylindrical-coordinate representation of color #8EDBD3: hue angle of 173.77º degrees, saturation: 0.52, 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 #8EDBD3 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 211 -
CMYK 0.35 0 0.04 0.14
HSL 173.77º 0.52% 0.71% -
HSV(B) 173.77º 0.35% 0.86% -
XYZ 48.24 61.12 70.88 -
YUV 195.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 142 219 211 0.35 0 0.04 0.14 173.77 0.52 0.71
Hex 8E DB D3 23 0 4 E AE 34 47
Octal 216 333 323 43 0 4 16 256 64 107
Binary 10001110 11011011 11010011 100011 0 100 1110 10101110 110100 1000111

Color Harmonies of #8EDBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBD3

Black with #8EDBD3

Text Example


Text Example

White with #8EDBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,211); }

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

background-color css

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

 a { background-color: rgb(142,219,211); }

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

border-color css

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

 span { border-color: rgb(142,219,211); }

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