Html Css Color HEX #85E5DB Riptide

📋 copy color: '#85E5DB'

red 133 ◦ green 229 ◦ blue 219

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

Shades of Riptide #85E5DB

Tints of Riptide #85E5DB

RGB

 RED value IS 133 (52.34% from 255) = 22.89%

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

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

R = 22.89%
G = 39.41%
B = 37.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#85E5DB (or 0x85E5DB) is known color: Riptide. HEX triplet: 85, E5 and DB. RGB value is (133,229,219). Sum of RGB (Red+Green+Blue) = 133+229+219=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #85E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E5DB is #7A1A24. Grayscale: #C7C7C7. Windows color (decimal): -8002085 or 14411141. OLE color: 14411141.

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

Color convert

RGB 133 229 219 -
CMYK 0.42 0 0.04 0.10
HSL 173.75º 0.65% 0.71% -
HSV(B) 173.75º 0.42% 0.9% -
XYZ 50.48 66.14 77.12 -
YUV 199.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 133 229 219 0.42 0 0.04 0.10 173.75 0.65 0.71
Hex 85 E5 DB 2A 0 4 A AE 41 47
Octal 205 345 333 52 0 4 12 256 101 107
Binary 10000101 11100101 11011011 101010 0 100 1010 10101110 1000001 1000111

Color Harmonies of #85E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E5DB

Black with #85E5DB

Text Example


Text Example

White with #85E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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