Html Css Color HEX #85EAC7 Riptide

📋 copy color: '#85EAC7'

red 133 ◦ green 234 ◦ blue 199

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

Shades of Riptide #85EAC7

Tints of Riptide #85EAC7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.34%

 BLUE value IS 199 (78.13% from 255) = 35.16%

R = 23.5%
G = 41.34%
B = 35.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#85EAC7 (or 0x85EAC7) is known color: Riptide. HEX triplet: 85, EA and C7. RGB value is (133,234,199). Sum of RGB (Red+Green+Blue) = 133+234+199=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EAC7 is #7A1538. Grayscale: #C7C7C7. Windows color (decimal): -8000825 or 13101701. OLE color: 13101701.

HSL color Cylindrical-coordinate representation of color #85EAC7: hue angle of 159.21º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EAC7 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 199 -
CMYK 0.43 0 0.15 0.08
HSL 159.21º 0.71% 0.72% -
HSV(B) 159.21º 0.43% 0.92% -
XYZ 49.4 67.96 64.55 -
YUV 199.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 133 234 199 0.43 0 0.15 0.08 159.21 0.71 0.72
Hex 85 EA C7 2B 0 F 8 9F 47 48
Octal 205 352 307 53 0 17 10 237 107 110
Binary 10000101 11101010 11000111 101011 0 1111 1000 10011111 1000111 1001000

Color Harmonies of #85EAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EAC7

Black with #85EAC7

Text Example


Text Example

White with #85EAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,199); }

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

background-color css

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

 a { background-color: rgb(133,234,199); }

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

border-color css

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

 span { border-color: rgb(133,234,199); }

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