Html Css Color HEX #86E5DB Riptide

📋 copy color: '#86E5DB'

red 134 ◦ green 229 ◦ blue 219

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

Shades of Riptide #86E5DB

Tints of Riptide #86E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.35%

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

R = 23.02%
G = 39.35%
B = 37.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#86E5DB (or 0x86E5DB) is known color: Riptide. HEX triplet: 86, E5 and DB. RGB value is (134,229,219). Sum of RGB (Red+Green+Blue) = 134+229+219=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #86E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E5DB is #791A24. Grayscale: #C7C7C7. Windows color (decimal): -7936549 or 14411142. OLE color: 14411142.

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

Color convert

RGB 134 229 219 -
CMYK 0.41 0 0.04 0.10
HSL 173.68º 0.65% 0.71% -
HSV(B) 173.68º 0.41% 0.9% -
XYZ 50.64 66.22 77.13 -
YUV 199.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 134 229 219 0.41 0 0.04 0.10 173.68 0.65 0.71
Hex 86 E5 DB 29 0 4 A AE 41 47
Octal 206 345 333 51 0 4 12 256 101 107
Binary 10000110 11100101 11011011 101001 0 100 1010 10101110 1000001 1000111

Color Harmonies of #86E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E5DB

Black with #86E5DB

Text Example


Text Example

White with #86E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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