Html Css Color HEX #85DFD0 Riptide

📋 copy color: '#85DFD0'

red 133 ◦ green 223 ◦ blue 208

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

Shades of Riptide #85DFD0

Tints of Riptide #85DFD0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.54%

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 23.58%
G = 39.54%
B = 36.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#85DFD0 (or 0x85DFD0) is known color: Riptide. HEX triplet: 85, DF and D0. RGB value is (133,223,208). Sum of RGB (Red+Green+Blue) = 133+223+208=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFD0 is #7A202F. Grayscale: #C2C2C2. Windows color (decimal): -8003632 or 13688709. OLE color: 13688709.

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

Color convert

RGB 133 223 208 -
CMYK 0.40 0 0.07 0.13
HSL 170º 0.58% 0.7% -
HSV(B) 170º 0.4% 0.87% -
XYZ 47.45 62.32 69.2 -
YUV 194.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 133 223 208 0.40 0 0.07 0.13 170 0.58 0.7
Hex 85 DF D0 28 0 7 D AA 3A 46
Octal 205 337 320 50 0 7 15 252 72 106
Binary 10000101 11011111 11010000 101000 0 111 1101 10101010 111010 1000110

Color Harmonies of #85DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFD0

Black with #85DFD0

Text Example


Text Example

White with #85DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,223,208); }

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

background-color css

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

 a { background-color: rgb(133,223,208); }

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

border-color css

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

 span { border-color: rgb(133,223,208); }

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