Html Css Color HEX #85EBC9 Riptide

📋 copy color: '#85EBC9'

red 133 ◦ green 235 ◦ blue 201

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

Shades of Riptide #85EBC9

Tints of Riptide #85EBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.3%

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 23.37%
G = 41.3%
B = 35.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#85EBC9 (or 0x85EBC9) is known color: Riptide. HEX triplet: 85, EB and C9. RGB value is (133,235,201). Sum of RGB (Red+Green+Blue) = 133+235+201=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBC9 is #7A1436. Grayscale: #C8C8C8. Windows color (decimal): -8000567 or 13233029. OLE color: 13233029.

HSL color Cylindrical-coordinate representation of color #85EBC9: hue angle of 160º degrees, saturation: 0.72, 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 #85EBC9 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 201 -
CMYK 0.43 0 0.14 0.08
HSL 160º 0.72% 0.72% -
HSV(B) 160º 0.43% 0.92% -
XYZ 49.92 68.62 65.87 -
YUV 200.63 128.21 79.76 -
System Red Green Blue C M Y K H S L
Decimal 133 235 201 0.43 0 0.14 0.08 160 0.72 0.72
Hex 85 EB C9 2B 0 E 8 A0 48 48
Octal 205 353 311 53 0 16 10 240 110 110
Binary 10000101 11101011 11001001 101011 0 1110 1000 10100000 1001000 1001000

Color Harmonies of #85EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EBC9

Black with #85EBC9

Text Example


Text Example

White with #85EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,201); }

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

background-color css

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

 a { background-color: rgb(133,235,201); }

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

border-color css

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

 span { border-color: rgb(133,235,201); }

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