Html Css Color HEX #85DDC9 Riptide

📋 copy color: '#85DDC9'

red 133 ◦ green 221 ◦ blue 201

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

Shades of Riptide #85DDC9

Tints of Riptide #85DDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

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

R = 23.96%
G = 39.82%
B = 36.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#85DDC9 (or 0x85DDC9) is known color: Riptide. HEX triplet: 85, DD and C9. RGB value is (133,221,201). Sum of RGB (Red+Green+Blue) = 133+221+201=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDC9 is #7A2236. Grayscale: #C0C0C0. Windows color (decimal): -8004151 or 13229445. OLE color: 13229445.

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

Color convert

RGB 133 221 201 -
CMYK 0.40 0 0.09 0.13
HSL 166.36º 0.56% 0.69% -
HSV(B) 166.36º 0.4% 0.87% -
XYZ 46.07 60.92 64.59 -
YUV 192.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 133 221 201 0.40 0 0.09 0.13 166.36 0.56 0.69
Hex 85 DD C9 28 0 9 D A6 38 45
Octal 205 335 311 50 0 11 15 246 70 105
Binary 10000101 11011101 11001001 101000 0 1001 1101 10100110 111000 1000101

Color Harmonies of #85DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDC9

Black with #85DDC9

Text Example


Text Example

White with #85DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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