Html Css Color HEX #85DEC7 Riptide

📋 copy color: '#85DEC7'

red 133 ◦ green 222 ◦ blue 199

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

Shades of Riptide #85DEC7

Tints of Riptide #85DEC7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.07%

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

R = 24.01%
G = 40.07%
B = 35.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#85DEC7 (or 0x85DEC7) is known color: Riptide. HEX triplet: 85, DE and C7. RGB value is (133,222,199). Sum of RGB (Red+Green+Blue) = 133+222+199=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEC7 is #7A2138. Grayscale: #C0C0C0. Windows color (decimal): -8003897 or 13098629. OLE color: 13098629.

HSL color Cylindrical-coordinate representation of color #85DEC7: hue angle of 164.49º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEC7 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 222 199 -
CMYK 0.40 0 0.10 0.13
HSL 164.49º 0.57% 0.7% -
HSV(B) 164.49º 0.4% 0.87% -
XYZ 46.1 61.35 63.45 -
YUV 192.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 133 222 199 0.40 0 0.10 0.13 164.49 0.57 0.7
Hex 85 DE C7 28 0 A D A4 39 46
Octal 205 336 307 50 0 12 15 244 71 106
Binary 10000101 11011110 11000111 101000 0 1010 1101 10100100 111001 1000110

Color Harmonies of #85DEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DEC7

Black with #85DEC7

Text Example


Text Example

White with #85DEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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