Html Css Color HEX #85ECC7 Riptide

📋 copy color: '#85ECC7'

red 133 ◦ green 236 ◦ blue 199

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

Shades of Riptide #85ECC7

Tints of Riptide #85ECC7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

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

R = 23.42%
G = 41.55%
B = 35.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#85ECC7 (or 0x85ECC7) is known color: Riptide. HEX triplet: 85, EC and C7. RGB value is (133,236,199). Sum of RGB (Red+Green+Blue) = 133+236+199=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECC7 is #7A1338. Grayscale: #C9C9C9. Windows color (decimal): -8000313 or 13102213. OLE color: 13102213.

HSL color Cylindrical-coordinate representation of color #85ECC7: hue angle of 158.45º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECC7 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 199 -
CMYK 0.44 0 0.16 0.07
HSL 158.45º 0.73% 0.72% -
HSV(B) 158.45º 0.44% 0.93% -
XYZ 49.98 69.1 64.74 -
YUV 200.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 133 236 199 0.44 0 0.16 0.07 158.45 0.73 0.72
Hex 85 EC C7 2C 0 10 7 9E 49 48
Octal 205 354 307 54 0 20 7 236 111 110
Binary 10000101 11101100 11000111 101100 0 10000 111 10011110 1001001 1001000

Color Harmonies of #85ECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECC7

Black with #85ECC7

Text Example


Text Example

White with #85ECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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