Html Css Color HEX #85E9CF Riptide

📋 copy color: '#85E9CF'

red 133 ◦ green 233 ◦ blue 207

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

Shades of Riptide #85E9CF

Tints of Riptide #85E9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 23.21%
G = 40.66%
B = 36.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#85E9CF (or 0x85E9CF) is known color: Riptide. HEX triplet: 85, E9 and CF. RGB value is (133,233,207). Sum of RGB (Red+Green+Blue) = 133+233+207=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E9CF is #7A1630. Grayscale: #C8C8C8. Windows color (decimal): -8001073 or 13625733. OLE color: 13625733.

HSL color Cylindrical-coordinate representation of color #85E9CF: hue angle of 164.4º 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 #85E9CF is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 207 -
CMYK 0.43 0 0.11 0.09
HSL 164.4º 0.69% 0.72% -
HSV(B) 164.4º 0.43% 0.91% -
XYZ 50.07 67.77 69.47 -
YUV 200.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 133 233 207 0.43 0 0.11 0.09 164.4 0.69 0.72
Hex 85 E9 CF 2B 0 B 9 A4 45 48
Octal 205 351 317 53 0 13 11 244 105 110
Binary 10000101 11101001 11001111 101011 0 1011 1001 10100100 1000101 1001000

Color Harmonies of #85E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E9CF

Black with #85E9CF

Text Example


Text Example

White with #85E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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