Html Css Color HEX #85DDD2 Riptide

📋 copy color: '#85DDD2'

red 133 ◦ green 221 ◦ blue 210

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

Shades of Riptide #85DDD2

Tints of Riptide #85DDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.23%

R = 23.58%
G = 39.18%
B = 37.23%

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

#85DDD2 (or 0x85DDD2) is known color: Riptide. HEX triplet: 85, DD and D2. RGB value is (133,221,210). Sum of RGB (Red+Green+Blue) = 133+221+210=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDD2 is #7A222D. Grayscale: #C1C1C1. Windows color (decimal): -8004142 or 13819269. OLE color: 13819269.

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

Color convert

RGB 133 221 210 -
CMYK 0.40 0 0.05 0.13
HSL 172.5º 0.56% 0.69% -
HSV(B) 172.5º 0.4% 0.87% -
XYZ 47.16 61.35 70.33 -
YUV 193.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 133 221 210 0.40 0 0.05 0.13 172.5 0.56 0.69
Hex 85 DD D2 28 0 5 D AC 38 45
Octal 205 335 322 50 0 5 15 254 70 105
Binary 10000101 11011101 11010010 101000 0 101 1101 10101100 111000 1000101

Color Harmonies of #85DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDD2

Black with #85DDD2

Text Example


Text Example

White with #85DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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