Html Css Color HEX #85DDD1 Riptide

📋 copy color: '#85DDD1'

red 133 ◦ green 221 ◦ blue 209

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

Shades of Riptide #85DDD1

Tints of Riptide #85DDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.12%

R = 23.62%
G = 39.25%
B = 37.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#85DDD1 (or 0x85DDD1) is known color: Riptide. HEX triplet: 85, DD and D1. RGB value is (133,221,209). Sum of RGB (Red+Green+Blue) = 133+221+209=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDD1 is #7A222E. Grayscale: #C1C1C1. Windows color (decimal): -8004143 or 13753733. OLE color: 13753733.

HSL color Cylindrical-coordinate representation of color #85DDD1: hue angle of 171.82º 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 #85DDD1 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 209 -
CMYK 0.40 0 0.05 0.13
HSL 171.82º 0.56% 0.69% -
HSV(B) 171.82º 0.4% 0.87% -
XYZ 47.04 61.3 69.68 -
YUV 193.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 133 221 209 0.40 0 0.05 0.13 171.82 0.56 0.69
Hex 85 DD D1 28 0 5 D AC 38 45
Octal 205 335 321 50 0 5 15 254 70 105
Binary 10000101 11011101 11010001 101000 0 101 1101 10101100 111000 1000101

Color Harmonies of #85DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDD1

Black with #85DDD1

Text Example


Text Example

White with #85DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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