Html Css Color HEX #85DFCD Riptide

📋 copy color: '#85DFCD'

red 133 ◦ green 223 ◦ blue 205

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

Shades of Riptide #85DFCD

Tints of Riptide #85DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 23.71%
G = 39.75%
B = 36.54%

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

#85DFCD (or 0x85DFCD) is known color: Riptide. HEX triplet: 85, DF and CD. RGB value is (133,223,205). Sum of RGB (Red+Green+Blue) = 133+223+205=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFCD is #7A2032. Grayscale: #C2C2C2. Windows color (decimal): -8003635 or 13492101. OLE color: 13492101.

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

Color convert

RGB 133 223 205 -
CMYK 0.40 0 0.08 0.13
HSL 168º 0.58% 0.7% -
HSV(B) 168º 0.4% 0.87% -
XYZ 47.08 62.17 67.28 -
YUV 194.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 133 223 205 0.40 0 0.08 0.13 168 0.58 0.7
Hex 85 DF CD 28 0 8 D A8 3A 46
Octal 205 337 315 50 0 10 15 250 72 106
Binary 10000101 11011111 11001101 101000 0 1000 1101 10101000 111010 1000110

Color Harmonies of #85DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFCD

Black with #85DFCD

Text Example


Text Example

White with #85DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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