Html Css Color HEX #86E4DB Riptide

📋 copy color: '#86E4DB'

red 134 ◦ green 228 ◦ blue 219

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

Shades of Riptide #86E4DB

Tints of Riptide #86E4DB

RGB

 RED value IS 134 (52.73% from 255) = 23.06%

 GREEN value IS 228 (89.45% from 255) = 39.24%

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 23.06%
G = 39.24%
B = 37.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#86E4DB (or 0x86E4DB) is known color: Riptide. HEX triplet: 86, E4 and DB. RGB value is (134,228,219). Sum of RGB (Red+Green+Blue) = 134+228+219=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #86E4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E4DB is #791B24. Grayscale: #C6C6C6. Windows color (decimal): -7936805 or 14410886. OLE color: 14410886.

HSL color Cylindrical-coordinate representation of color #86E4DB: hue angle of 174.26º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E4DB is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 228 219 -
CMYK 0.41 0 0.04 0.11
HSL 174.26º 0.64% 0.71% -
HSV(B) 174.26º 0.41% 0.89% -
XYZ 50.36 65.67 77.04 -
YUV 198.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 134 228 219 0.41 0 0.04 0.11 174.26 0.64 0.71
Hex 86 E4 DB 29 0 4 B AE 40 47
Octal 206 344 333 51 0 4 13 256 100 107
Binary 10000110 11100100 11011011 101001 0 100 1011 10101110 1000000 1000111

Color Harmonies of #86E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E4DB

Black with #86E4DB

Text Example


Text Example

White with #86E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86E4DB; }

 p { color: rgb(134,228,219); }

 H1.HeaderClassName
 {
   color: #86E4DB;
 }
 .AnyTagClassName
 {
   color: #86E4DB;
 }
</style>

background-color css

<style>
 a { background-color: #86E4DB; }

 a { background-color: rgb(134,228,219); }

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

border-color css

<style>
 span { border-color: #86E4DB; }

 span { border-color: rgb(134,228,219); }

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