Html Css Color HEX #85DFCE Riptide

📋 copy color: '#85DFCE'

red 133 ◦ green 223 ◦ blue 206

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

Shades of Riptide #85DFCE

Tints of Riptide #85DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 23.67%
G = 39.68%
B = 36.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#85DFCE (or 0x85DFCE) is known color: Riptide. HEX triplet: 85, DF and CE. RGB value is (133,223,206). Sum of RGB (Red+Green+Blue) = 133+223+206=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFCE is #7A2031. Grayscale: #C2C2C2. Windows color (decimal): -8003634 or 13557637. OLE color: 13557637.

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

Color convert

RGB 133 223 206 -
CMYK 0.40 0 0.08 0.13
HSL 168.67º 0.58% 0.7% -
HSV(B) 168.67º 0.4% 0.87% -
XYZ 47.2 62.22 67.91 -
YUV 194.15 134.68 84.38 -
System Red Green Blue C M Y K H S L
Decimal 133 223 206 0.40 0 0.08 0.13 168.67 0.58 0.7
Hex 85 DF CE 28 0 8 D A9 3A 46
Octal 205 337 316 50 0 10 15 251 72 106
Binary 10000101 11011111 11001110 101000 0 1000 1101 10101001 111010 1000110

Color Harmonies of #85DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFCE

Black with #85DFCE

Text Example


Text Example

White with #85DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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