Html Css Color HEX #85E9D3 Riptide

📋 copy color: '#85E9D3'

red 133 ◦ green 233 ◦ blue 211

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

Shades of Riptide #85E9D3

Tints of Riptide #85E9D3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.38%

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

R = 23.05%
G = 40.38%
B = 36.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#85E9D3 (or 0x85E9D3) is known color: Riptide. HEX triplet: 85, E9 and D3. RGB value is (133,233,211). Sum of RGB (Red+Green+Blue) = 133+233+211=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E9D3 is #7A162C. Grayscale: #C8C8C8. Windows color (decimal): -8001069 or 13887877. OLE color: 13887877.

HSL color Cylindrical-coordinate representation of color #85E9D3: hue angle of 166.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E9D3 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 211 -
CMYK 0.43 0 0.09 0.09
HSL 166.8º 0.69% 0.72% -
HSV(B) 166.8º 0.43% 0.91% -
XYZ 50.57 67.97 72.08 -
YUV 200.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 133 233 211 0.43 0 0.09 0.09 166.8 0.69 0.72
Hex 85 E9 D3 2B 0 9 9 A7 45 48
Octal 205 351 323 53 0 11 11 247 105 110
Binary 10000101 11101001 11010011 101011 0 1001 1001 10100111 1000101 1001000

Color Harmonies of #85E9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E9D3

Black with #85E9D3

Text Example


Text Example

White with #85E9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,211); }

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

background-color css

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

 a { background-color: rgb(133,233,211); }

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

border-color css

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

 span { border-color: rgb(133,233,211); }

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